mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Fix typo. Thanks @JnglMan
This commit is contained in:
parent
8bf7d47dde
commit
e12bd28e84
1 changed files with 1 additions and 1 deletions
|
|
@ -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]();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue