remove irrelevant size property on serialized game
This commit is contained in:
@@ -97,7 +97,6 @@ GameManager.prototype.actuate = function () {
|
|||||||
|
|
||||||
GameManager.prototype.serialize = function () {
|
GameManager.prototype.serialize = function () {
|
||||||
return {
|
return {
|
||||||
size: this.size,
|
|
||||||
grid: this.grid.serialize(),
|
grid: this.grid.serialize(),
|
||||||
score: this.score,
|
score: this.score,
|
||||||
over: this.over,
|
over: this.over,
|
||||||
|
|||||||
Reference in New Issue
Block a user