From 2c589a4ca26d73da84af954fcddc713feea2f920 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 14 Apr 2015 21:24:35 -0700 Subject: [PATCH] Typo in comment --- js/media.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/media.js b/js/media.js index 1b120d98..786dffc1 100644 --- a/js/media.js +++ b/js/media.js @@ -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); }