mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-04 17:11:38 -05:00
fix for * unsub in browser
This commit is contained in:
parent
b34d203229
commit
d83e5a6db8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ window.pubsub=(
|
|||
i<count;
|
||||
i++
|
||||
){
|
||||
var args=params.unshift(keys[i]);
|
||||
params.unshift(keys[i]);
|
||||
this.off.call(args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue