mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +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;
|
currentTime = this.audio.currentTime;
|
||||||
}
|
}
|
||||||
if (currentTime < this.previousTime) {
|
if (currentTime < this.previousTime) {
|
||||||
// TODO rename to looped and add loop for changing loop value
|
|
||||||
this.emit('looped', this);
|
this.emit('looped', this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue