From f9074ea3c8f6b7c256986282264867efa39835e8 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 28 Aug 2024 19:38:47 +0200 Subject: [PATCH] Remove exposed on/emit/off that were not working properly because of bad binding so not used in the wild --- src/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.js b/src/index.js index a70695e5..e41573cf 100644 --- a/src/index.js +++ b/src/index.js @@ -17,9 +17,6 @@ function Inspector() { this.history = require('./lib/history'); this.isFirstOpen = true; this.modules = {}; - this.on = Events.on; - this.emit = Events.emit; - this.off = Events.off; this.opened = false; // Wait for stuff.