diff --git a/src/sound/html5/HTML5AudioSound.js b/src/sound/html5/HTML5AudioSound.js index 24204d5c3..c6854d437 100644 --- a/src/sound/html5/HTML5AudioSound.js +++ b/src/sound/html5/HTML5AudioSound.js @@ -206,7 +206,6 @@ var HTML5AudioSound = new Class({ currentTime = this.audio.currentTime; } if (currentTime < this.previousTime) { - // TODO rename to looped and add loop for changing loop value this.emit('looped', this); } }