Webpack build for branch master: c0e9ce2a1d

This commit is contained in:
Travis CI 2017-07-10 01:36:24 +00:00
parent 55df670776
commit 808cb454bd
2 changed files with 2 additions and 2 deletions

View file

@ -17576,7 +17576,7 @@ class WebSocketConnection extends EventEmitter {
* @returns {void}
*/
identify(after) {
if (after) return this.client.setTimeout(this.identify.apply(this), after);
if (after) return this.client.setTimeout(this.identify.bind(this), after);
return this.sessionID ? this.identifyResume() : this.identifyNew();
}

File diff suppressed because one or more lines are too long