Fix typo. Thanks @JnglMan

This commit is contained in:
Jordan Eldredge 2014-12-29 08:45:03 -08:00
parent 8bf7d47dde
commit e12bd28e84

View file

@ -469,7 +469,7 @@ Winamp = {
this._callbacks[event].push(callback);
},
dispatchEvent(event) {
dispatchEvent: function(event) {
// Execute all the callbacks registered to this event
for(var i = 0; i < this._callbacks[event].length; i++) {
this._callbacks[event][i]();