refactor code

This commit is contained in:
Gabriele Cirulli
2014-03-14 13:27:57 +01:00
parent a831baed58
commit cfbf74905f
3 changed files with 9 additions and 14 deletions
+2 -5
View File
@@ -32,11 +32,8 @@ HTMLActuator.prototype.actuate = function (grid, metadata) {
});
};
HTMLActuator.prototype.restart = function () {
this.clearMessage();
};
HTMLActuator.prototype.keepPlaying = function () {
// Continues the game (both restart and keep playing)
HTMLActuator.prototype.continue = function () {
this.clearMessage();
};