提交 88e084a0 编写于 作者: G Gabriele Cirulli

remove irrelevant size property on serialized game

上级 4fa41a04
...@@ -97,7 +97,6 @@ GameManager.prototype.actuate = function () { ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册