diff --git a/src/Animation.js b/src/Animation.js index c8f73376..f2235116 100644 --- a/src/Animation.js +++ b/src/Animation.js @@ -262,9 +262,9 @@ /** * batch draw * @method - * @memberof Kinetic.Layer.prototype + * @memberof Kinetic.Base.prototype */ - Kinetic.Layer.prototype.batchDraw = function() { + Kinetic.BaseLayer.prototype.batchDraw = function() { var that = this, Anim = Kinetic.Animation;