Skip to content

Commit 88e084a

Browse files
remove irrelevant size property on serialized game
1 parent 4fa41a0 commit 88e084a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/game_manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GameManager.prototype.actuate = function () {
9797

9898
GameManager.prototype.serialize = function () {
9999
return {
100-
size: this.size,
101100
grid: this.grid.serialize(),
102101
score: this.score,
103102
over: this.over,

0 commit comments

Comments
 (0)