Merge branch 'master' into import-picture-panel

This commit is contained in:
jdescottes 2013-10-28 21:58:28 +01:00
commit 2f6f0d14e1

View File

@ -63,7 +63,7 @@
ns.Layer.prototype.duplicateFrame = function (frame) {
var index = this.frames.indexOf(frame);
this.duplicateFrameAt();
this.duplicateFrameAt(index);
};
ns.Layer.prototype.duplicateFrameAt = function (index) {