mirror of
https://github.com/konvajs/konva.git
synced 2025-09-23 04:36:47 +08:00
removed setDrawFuncs dependency from leaf node classes. It's handled in Shape now
This commit is contained in:
@@ -176,7 +176,6 @@
|
||||
this.createAttrs();
|
||||
Kinetic.Shape.call(this, config);
|
||||
this.className = 'Tag';
|
||||
this._setDrawFuncs();
|
||||
},
|
||||
drawFunc: function(canvas) {
|
||||
var context = canvas.getContext(),
|
||||
|
Reference in New Issue
Block a user