Merge branch 'master' into feature-dynamic-palette

This commit is contained in:
jdescottes
2014-05-11 23:34:49 +02:00
5 changed files with 25 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
};
ns.PublicPiskelController.prototype.duplicateCurrentFrame = function () {
this.piskelController.duplicateFrameAt(this.getCurrentFrameIndex());
this.duplicateFrameAt(this.getCurrentFrameIndex());
};
ns.PublicPiskelController.prototype.raiseSaveStateEvent_ = function (fn, args) {