Remove unused method
This commit is contained in:
parent
af555bd879
commit
f56b00718b
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ class CallbacksRegistry {
|
||||||
return (ref = this.callbacks[id]) != null ? ref : function () {}
|
return (ref = this.callbacks[id]) != null ? ref : function () {}
|
||||||
}
|
}
|
||||||
|
|
||||||
call (id, ...args) {
|
|
||||||
return this.get(id).call(global, ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
apply (id, ...args) {
|
apply (id, ...args) {
|
||||||
return this.get(id).apply(global, ...args)
|
return this.get(id).apply(global, ...args)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue