mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 10:04:34 +08:00
batchDraw is BaseLayer method. fix #893
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user