Fix : layer : duplicateFrame bug

This commit is contained in:
jdescottes 2013-10-28 21:57:59 +01:00
parent 721783ce6c
commit a69b83e9bd

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) {