From 6f26aa25585fc0f523b5b5e7797894e643d26e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=B2=D1=80=D1=91=D0=BD=D0=BE=D0=B2=20=D0=90?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=BD?= Date: Thu, 10 Apr 2014 22:58:59 +0800 Subject: [PATCH] `batchDraw` is BaseLayer method. fix #893 --- src/Animation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;