Fix doc gen

This commit is contained in:
Amish Shah
2016-08-21 17:47:12 +01:00
parent 985681f1f6
commit ac7c543dfe
5 changed files with 11 additions and 12 deletions

View File

@@ -52,10 +52,6 @@ class WebSocketManager {
* @returns {null}
*/
connect(gateway) {
/**
* The status of the Client's connection, a type of Constants.Status
* @type {Number}
*/
this.status = Constants.Status.CONNECTING;
/**
* The WebSocket connection to the gateway