mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
removed createAttrs method and cleaned up init logic
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
|
||||
Kinetic.Util.addMethods(Kinetic.Stage, {
|
||||
___init: function(config) {
|
||||
this.createAttrs();
|
||||
// call super constructor
|
||||
Kinetic.Container.call(this, config);
|
||||
this.nodeType = STAGE;
|
||||
|
||||
Reference in New Issue
Block a user