Mercurial > hg > webaudioevaluationtool
diff ape.js @ 1568:961c40e452e0
Merge from the default branch
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 16 Jun 2015 14:14:08 +0100 |
parents | 15b981237bc9 |
children | 56c8325dc694 |
line wrap: on
line diff
--- a/ape.js Thu Jun 11 10:06:58 2015 +0100 +++ b/ape.js Tue Jun 16 14:14:08 2015 +0100 @@ -255,9 +255,7 @@ var trackURL = audioHolderObject.hostURL + element.url; var audioObject = audioEngineContext.newTrack(element); - if (commentShow) { - var node = interfaceContext.createCommentBox(audioObject); - } + var node = interfaceContext.createCommentBox(audioObject); // Create a slider per track audioObject.interfaceDOM = new sliderObject(audioObject);