Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 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 |
---|---|
570 this.audioElementNode = function() { | 570 this.audioElementNode = function() { |
571 this.url = null; | 571 this.url = null; |
572 this.id = null; | 572 this.id = null; |
573 this.parent = null; | 573 this.parent = null; |
574 this.type = null; | 574 this.type = null; |
575 this.marker = false; | 575 this.marker = null; |
576 this.enforce = false; | 576 this.enforce = false; |
577 this.gain = 1.0; | 577 this.gain = 1.0; |
578 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 578 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
579 this.parent = null; | 579 this.parent = null; |
580 this.decode = function(parent,xml) | 580 this.decode = function(parent,xml) |