diff --git a/js/game_manager.js b/js/game_manager.js index 49b903a..3651d08 100644 --- a/js/game_manager.js +++ b/js/game_manager.js @@ -97,7 +97,6 @@ GameManager.prototype.actuate = function () { GameManager.prototype.serialize = function () { return { - size: this.size, grid: this.grid.serialize(), score: this.score, over: this.over,