Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 1310:fe19bb2222ef
Minor fixes to test_create to match specification (was building empty interface nodes).
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 18 Feb 2016 12:11:09 +0000 |
parents | cc55cc323592 |
children | 9ee921c8cdd3 |
comparison
equal
deleted
inserted
replaced
1309:e8b1aa4f2c0a | 1310:fe19bb2222ef |
---|---|
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) |