Removed completed TODO

This commit is contained in:
Pavle Goloskokovic 2018-01-14 17:39:29 +01:00
parent 9a4811df32
commit e8e4a5633d

View file

@ -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);
}
}