diff core.js @ 1110:f53b1098795f

Minor fixes to test_create to match specification (was building empty interface nodes).
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 18 Feb 2016 12:11:09 +0000
parents 282dfb8076f5
children 9ee921c8cdd3
line wrap: on
line diff
--- a/core.js	Thu Feb 18 10:55:36 2016 +0000
+++ b/core.js	Thu Feb 18 12:11:09 2016 +0000
@@ -2263,7 +2263,7 @@
 			this.id = null;
 			this.parent = null;
 			this.type = null;
-			this.marker = false;
+			this.marker = null;
 			this.enforce = false;
 			this.gain = 1.0;
 			this.schema = specification.schema.getAllElementsByName('audioelement')[0];;