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:
parent
4fa41a045b
commit
88e084a0d7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user