batchDraw is BaseLayer method. fix #893

This commit is contained in:
Лаврёнов Антон
2014-04-10 22:58:59 +08:00
parent d1624f542e
commit 6f26aa2558

View File

@@ -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;