Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
1109:1796ab711cdc | 1110:f53b1098795f |
---|---|
2261 this.audioElementNode = function() { | 2261 this.audioElementNode = function() { |
2262 this.url = null; | 2262 this.url = null; |
2263 this.id = null; | 2263 this.id = null; |
2264 this.parent = null; | 2264 this.parent = null; |
2265 this.type = null; | 2265 this.type = null; |
2266 this.marker = false; | 2266 this.marker = null; |
2267 this.enforce = false; | 2267 this.enforce = false; |
2268 this.gain = 1.0; | 2268 this.gain = 1.0; |
2269 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 2269 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
2270 this.parent = null; | 2270 this.parent = null; |
2271 this.decode = function(parent,xml) | 2271 this.decode = function(parent,xml) |