Remove unnecessary argument
This commit is contained in:
parent
c522d48c8f
commit
a3fd2f0d89
1 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
ns.PiskelController.prototype.serialize = function (expanded) {
|
||||
return pskl.utils.Serializer.serializePiskel(this.piskel, expanded);
|
||||
ns.PiskelController.prototype.serialize = function () {
|
||||
return pskl.utils.Serializer.serializePiskel(this.piskel);
|
||||
};
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue