mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Comma should be semicolon, woopsy
This commit is contained in:
@@ -91,7 +91,7 @@ function Server(remote, opts) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this._url = this._opts.url = (this._opts.secure ? 'wss://' : 'ws://')
|
this._url = this._opts.url = (this._opts.secure ? 'wss://' : 'ws://')
|
||||||
+ this._opts.host + ':' + this._opts.port,
|
+ this._opts.host + ':' + this._opts.port;
|
||||||
|
|
||||||
this.on('message', onMessage);
|
this.on('message', onMessage);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user