Mercurial > hg > webaudioevaluationtool
comparison core.js @ 615:cad1178196b4 multiple-tests-concatenation
Small fixes for #1668
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 14 Mar 2016 11:28:06 +0000 |
parents | fef9f13bec0a |
children |
comparison
equal
deleted
inserted
replaced
614:ecca9c11d2f2 | 615:cad1178196b4 |
---|---|
2386 this.parent = null; | 2386 this.parent = null; |
2387 this.type = null; | 2387 this.type = null; |
2388 this.marker = null; | 2388 this.marker = null; |
2389 this.enforce = false; | 2389 this.enforce = false; |
2390 this.gain = 0.0; | 2390 this.gain = 0.0; |
2391 this.label = null; | |
2391 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 2392 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
2392 this.parent = null; | 2393 this.parent = null; |
2393 this.decode = function(parent,xml) | 2394 this.decode = function(parent,xml) |
2394 { | 2395 { |
2395 this.parent = parent; | 2396 this.parent = parent; |