Skip to content

Commit

Permalink
remove irrelevant size property on serialized game
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Mar 22, 2014
1 parent 4fa41a0 commit 88e084a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/game_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 88e084a

Please sign in to comment.