Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 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 | f4800ccc4d54 |
children | a95d323a911e |
comparison
equal
deleted
inserted
replaced
523:d753dfb040bf | 525:0f758a5efa95 |
---|---|
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) |