comparison ape.js @ 238:6a3591c66c65

Bug Fix #1303 on main
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Thu, 25 Jun 2015 16:40:11 +0100
parents d8bad6edaa95
children 3bda6ed7cc6a
comparison
equal deleted inserted replaced
229:b04f0c228093 238:6a3591c66c65
332 } 332 }
333 333
334 // Delete any previous audioObjects associated with the audioEngine 334 // Delete any previous audioObjects associated with the audioEngine
335 audioEngineContext.audioObjects = []; 335 audioEngineContext.audioObjects = [];
336 interfaceContext.deleteCommentBoxes(); 336 interfaceContext.deleteCommentBoxes();
337 interfaceContext.deleteCommentQuestions();
337 338
338 // Find all the audioElements from the audioHolder 339 // Find all the audioElements from the audioHolder
339 $(audioHolderObject.audioElements).each(function(index,element){ 340 $(audioHolderObject.audioElements).each(function(index,element){
340 // Find URL of track 341 // Find URL of track
341 // In this jQuery loop, variable 'this' holds the current audioElement. 342 // In this jQuery loop, variable 'this' holds the current audioElement.