Mercurial > hg > webaudioevaluationtool
comparison core.js @ 525:0f758a5efa95 Dev_main
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 | 7e85ebcab737 |
children | a95d323a911e |
comparison
equal
deleted
inserted
replaced
523:d753dfb040bf | 525:0f758a5efa95 |
---|---|
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) |