fixed bug where app couldn't quit

This commit is contained in:
R. Aidan Campbell 2016-08-26 15:10:55 -04:00
parent 0255fa15bf
commit bd6f5f28fe

View File

@ -359,7 +359,7 @@ NvHTTP.prototype = {
quitApp: function () {
return sendMessage('openUrl', [this._baseUrlHttps + '/cancel?' + this._buildUidStr(), false]).then(function () {
this.currentGame = 0;
});
}.bind(this));
},
pair: function(randomNumber) {