1
0
mirror of https://github.com/danog/2048.git synced 2024-11-26 19:34:44 +01:00

remove irrelevant size property on serialized game

This commit is contained in:
Gabriele Cirulli 2014-03-22 17:06:32 +01:00
parent 4fa41a045b
commit 88e084a0d7

View File

@ -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,