mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Remove unnecessary argument
This commit is contained in:
parent
c522d48c8f
commit
a3fd2f0d89
@ -278,7 +278,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.PiskelController.prototype.serialize = function (expanded) {
|
ns.PiskelController.prototype.serialize = function () {
|
||||||
return pskl.utils.Serializer.serializePiskel(this.piskel, expanded);
|
return pskl.utils.Serializer.serializePiskel(this.piskel);
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user