mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 17:15:49 +00:00
Fix lint error
This commit is contained in:
@@ -81,7 +81,7 @@ class Connection extends EventEmitter {
|
|||||||
}
|
}
|
||||||
// we don't want this inside the try/catch or exceptions in listener
|
// we don't want this inside the try/catch or exceptions in listener
|
||||||
// will be caught
|
// will be caught
|
||||||
this.emit.apply(this, parameters);
|
this.emit(...parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
get _state() {
|
get _state() {
|
||||||
|
|||||||
Reference in New Issue
Block a user