removed createAttrs method and cleaned up init logic

This commit is contained in:
Eric Rowell
2013-07-22 22:05:21 -07:00
parent 37a15817b5
commit 1fc57bed4c
20 changed files with 15 additions and 48 deletions

View File

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