Mercurial > hg > webaudioevaluationtool
changeset 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 | b5cb42422f4a 28525223b3c0 |
files | ape.js core.js |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.js Tue Jun 16 14:34:50 2015 +0100 +++ b/ape.js Tue Jun 16 14:38:47 2015 +0100 @@ -245,6 +245,7 @@ // Delete any previous audioObjects associated with the audioEngine audioEngineContext.audioObjects = []; + interfaceContext.deleteCommentBoxes(); // Find all the audioElements from the audioHolder $(audioHolderObject.audioElements).each(function(index,element){