Webpack build for branch wsrewrite: c61b66a6a93fd820c7920e17f628f14a849f3a4a

This commit is contained in:
Travis CI 2017-04-28 06:20:20 +00:00
parent 8b237fbc36
commit 3bfc1104d1
2 changed files with 3 additions and 9 deletions

View file

@ -22265,7 +22265,7 @@ class ClientDataManager {
} }
get pastReady() { get pastReady() {
return this.client.ws.status === Constants.Status.READY; return this.client.ws.connection.status === Constants.Status.READY;
} }
newGuild(data) { newGuild(data) {
@ -24724,12 +24724,6 @@ class WebSocketManager extends EventEmitter {
*/ */
this.client = client; this.client = client;
/**
* Status of the WebSocketManager, a type of Constants.Status. It defaults to IDLE.
* @type {number}
*/
this.status = Constants.Status.IDLE;
/** /**
* WebSocket connection of this manager * WebSocket connection of this manager
* @type {?WebSocketConnection} * @type {?WebSocketConnection}

File diff suppressed because one or more lines are too long