comparison test_create/test_create.html @ 2130:82286ff865b7

Bug #1601
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 17:04:06 +0000
parents 9f24a593dda9
children 124e6c702845
comparison
equal deleted inserted replaced
2129:ef2ef224fd02 2130:82286ff865b7
573 this.id = null; 573 this.id = null;
574 this.parent = null; 574 this.parent = null;
575 this.type = null; 575 this.type = null;
576 this.marker = null; 576 this.marker = null;
577 this.enforce = false; 577 this.enforce = false;
578 this.gain = 1.0; 578 this.gain = 0.0;
579 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; 579 this.schema = specification.schema.getAllElementsByName('audioelement')[0];;
580 this.parent = null; 580 this.parent = null;
581 this.decode = function(parent,xml) 581 this.decode = function(parent,xml)
582 { 582 {
583 this.parent = parent; 583 this.parent = parent;