removed setDrawFuncs dependency from leaf node classes. It's handled in Shape now

This commit is contained in:
Eric Rowell
2013-07-22 21:49:30 -07:00
parent 9324c366ea
commit 37a15817b5
17 changed files with 2 additions and 16 deletions

View File

@@ -176,7 +176,6 @@
this.createAttrs();
Kinetic.Shape.call(this, config);
this.className = 'Tag';
this._setDrawFuncs();
},
drawFunc: function(canvas) {
var context = canvas.getContext(),