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