We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811adb commit 7634e71Copy full SHA for 7634e71
lib/browser.js
@@ -37,7 +37,6 @@ class Browser {
37
38
this.bindSocketEvents(this.socket)
39
this.collection.add(this)
40
- this.emitter.emit('browsers_change', this.collection) // TODO(vojta): move to collection
41
this.emitter.emit('browser_register', this)
42
}
43
@@ -128,7 +127,6 @@ class Browser {
128
127
this.state = CONNECTED
129
130
131
132
133
134
0 commit comments