Typo in comment

This commit is contained in:
Jordan Eldredge 2015-04-14 21:24:35 -07:00
parent 340d78d83e
commit 2c589a4ca2

View file

@ -237,7 +237,7 @@ define({
this._updatePosition();
this._callbacks.timeupdate();
// _updatePosition might have stoped the playing
// _updatePosition might have stopped the playing
if(this._playing) {
this._callbacks.visualizerupdate(this._analyser);
}