Mercurial > hg > webaudioevaluationtool
diff js/specification.js @ 2408:fbc22422d73d
Initial work for #1
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 26 May 2016 10:07:15 +0100 |
parents | 1e7d98ca83be |
children | f595f5f5a7b9 |
line wrap: on
line diff
--- a/js/specification.js Thu May 26 09:35:07 2016 +0100 +++ b/js/specification.js Thu May 26 10:07:15 2016 +0100 @@ -626,6 +626,8 @@ this.marker = null; this.enforce = false; this.gain = 0.0; + this.startTime = null; + this.stopTime = null; this.schema = specification.schema.getAllElementsByName('audioelement')[0];; this.parent = null; this.decode = function(parent,xml)