diff core.js @ 615:cad1178196b4 multiple-tests-concatenation

Small fixes for #1668
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 14 Mar 2016 11:28:06 +0000
parents fef9f13bec0a
children
line wrap: on
line diff
--- a/core.js	Sun Mar 13 15:33:36 2016 +0000
+++ b/core.js	Mon Mar 14 11:28:06 2016 +0000
@@ -2388,6 +2388,7 @@
 			this.marker = null;
 			this.enforce = false;
 			this.gain = 0.0;
+            this.label = null;
 			this.schema = specification.schema.getAllElementsByName('audioelement')[0];;
 			this.parent = null;
 			this.decode = function(parent,xml)