comparison core.js @ 561:4b860dd27fb8 Dev_main

Update for #1625
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 23 Feb 2016 16:27:39 +0000
parents 59461acdadeb
children 4ee95cb8ff55
comparison
equal deleted inserted replaced
560:59461acdadeb 561:4b860dd27fb8
1178 return this.audioObjects[audioObjectId]; 1178 return this.audioObjects[audioObjectId];
1179 }; 1179 };
1180 1180
1181 this.newTestPage = function(audioHolderObject,store) { 1181 this.newTestPage = function(audioHolderObject,store) {
1182 this.pageStore = store; 1182 this.pageStore = store;
1183 this.state = 0; 1183 this.status = 0;
1184 this.audioObjectsReady = false; 1184 this.audioObjectsReady = false;
1185 this.metric.reset(); 1185 this.metric.reset();
1186 for (var i=0; i < this.buffers.length; i++) 1186 for (var i=0; i < this.buffers.length; i++)
1187 { 1187 {
1188 this.buffers[i].users = []; 1188 this.buffers[i].users = [];