Skip to content

Commit e8e4a56

Browse files
Removed completed TODO
1 parent 9a4811d commit e8e4a56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ var HTML5AudioSound = new Class({
206206
currentTime = this.audio.currentTime;
207207
}
208208
if (currentTime < this.previousTime) {
209-
// TODO rename to looped and add loop for changing loop value
210209
this.emit('looped', this);
211210
}
212211
}

0 commit comments

Comments
 (0)