comparison ape.js @ 211:5d251b4aabd6 Dev_main

Fix for Bug #1280
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 16 Jun 2015 14:38:47 +0100
parents 7658d51a9ccb
children 7c93a516b748
comparison
equal deleted inserted replaced
210:7658d51a9ccb 211:5d251b4aabd6
243 audioHolderObject.audioElements = randomiseOrder(audioHolderObject.audioElements); 243 audioHolderObject.audioElements = randomiseOrder(audioHolderObject.audioElements);
244 } 244 }
245 245
246 // Delete any previous audioObjects associated with the audioEngine 246 // Delete any previous audioObjects associated with the audioEngine
247 audioEngineContext.audioObjects = []; 247 audioEngineContext.audioObjects = [];
248 interfaceContext.deleteCommentBoxes();
248 249
249 // Find all the audioElements from the audioHolder 250 // Find all the audioElements from the audioHolder
250 $(audioHolderObject.audioElements).each(function(index,element){ 251 $(audioHolderObject.audioElements).each(function(index,element){
251 // Find URL of track 252 // Find URL of track
252 // In this jQuery loop, variable 'this' holds the current audioElement. 253 // In this jQuery loop, variable 'this' holds the current audioElement.