diff --git a/static/js/utils.js b/static/js/utils.js index 96b250a..badd9f3 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -444,7 +444,7 @@ NvHTTP.prototype = { // Refresh server info after quitting because it may silently fail if the // session belongs to a different client. // TODO: We should probably bubble this up to our caller. - .then(refreshServerInfo().bind(this)); + .then(this.refreshServerInfo()); }, pair: function(randomNumber) {