fix: slow path
This commit is contained in:
parent
6b9a38c3c1
commit
eb6bd48bd4
|
@ -53,7 +53,7 @@ export function EventEmitterMixin(Superclass) {
|
|||
}
|
||||
// Slow path...
|
||||
else {
|
||||
fn.apply(that, args.slice(offset));
|
||||
fn.apply(that, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user