manually apply #81

This commit is contained in:
Gabriele Cirulli
2014-03-23 19:51:29 +01:00
parent 2f91247132
commit cf01ca7e8b
5 changed files with 85 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ HTMLActuator.prototype.actuate = function (grid, metadata) {
};
// Continues the game (both restart and keep playing)
HTMLActuator.prototype.continue = function () {
HTMLActuator.prototype.continueGame = function () {
this.clearMessage();
};