# HG changeset patch # User Nicholas Jillings # Date 1456244859 0 # Node ID b62b545b78f4e022fbbbfb9ee0361904b06a64bf # Parent 72b2bb8526b3ec654ae67fefffb67ca81df46aa6 Update for #1625 diff -r 72b2bb8526b3 -r b62b545b78f4 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++)