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 () {}
|
||||
}
|
||||
|
||||
call (id, ...args) {
|
||||
return this.get(id).call(global, ...args)
|
||||
}
|
||||
|
||||
apply (id, ...args) {
|
||||
return this.get(id).apply(global, ...args)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue