comparison test_create/test_create.html @ 1863:8f75281d0f8c

Bug #1601
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 17:04:06 +0000
parents 8424449cd11d
children 124e6c702845
comparison
equal deleted inserted replaced
1862:d53254be9da0 1863:8f75281d0f8c
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;