@@ -40,7 +40,7 @@ class CallbacksRegistry {
}
get (id) {
- return this.callbacks[id] != null ? this.callbacks[id] : () => {}
+ return this.callbacks[id] != null ? this.callbacks[id] : function () {}
apply (id, ...args) {