mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Removed completed TODO
This commit is contained in:
parent
9a4811df32
commit
e8e4a5633d
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue