# HG changeset patch # User Nicholas Jillings # Date 1456244859 0 # Node ID ff9269342c1e906849dd1bfc900924fdf0b3d19c # Parent 1c20619c63216e400157933b0558de378ed83d01 Update for #1625 diff -r 1c20619c6321 -r ff9269342c1e core.js --- 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++)