# HG changeset patch # User Nicholas Jillings # Date 1456244859 0 # Node ID 460a3811b1afc76adea9f10d2bb9da3c5ad8fdaa # Parent 87a25feccc7363271f00e4633a93ad2831387e2e Update for #1625 diff -r 87a25feccc73 -r 460a3811b1af 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++)