Mercurial > hg > webaudioevaluationtool
changeset 2127:ff9269342c1e
Update for #1625
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 16:27:39 +0000 |
parents | 1c20619c6321 |
children | 098aaf69bdbe |
files | core.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core.js Tue Feb 23 16:19:29 2016 +0000 +++ b/core.js Tue Feb 23 16:27:39 2016 +0000 @@ -1180,7 +1180,7 @@ this.newTestPage = function(audioHolderObject,store) { this.pageStore = store; - this.state = 0; + this.status = 0; this.audioObjectsReady = false; this.metric.reset(); for (var i=0; i < this.buffers.length; i++)