Change case of "function"

This commit is contained in:
Schuyler Cebulskie
2016-11-12 21:07:22 -05:00
parent 90304aa7d6
commit b07a31d44e
4 changed files with 12 additions and 12 deletions

View File

@@ -22,8 +22,8 @@ class ClientManager {
/**
* Connects the Client to the WebSocket
* @param {string} token The authorization token
* @param {function} resolve Function to run when connection is successful
* @param {function} reject Function to run when connection fails
* @param {Function} resolve Function to run when connection is successful
* @param {Function} reject Function to run when connection fails
*/
connectToWebSocket(token, resolve, reject) {
this.client.emit(Constants.Events.DEBUG, `Authenticated using token ${token}`);