RootComponent calls init

This commit is contained in:
David Greenspan
2013-06-17 17:36:25 -07:00
parent 49d5d8feab
commit c41babfdd7

View File

@@ -682,6 +682,9 @@ RootComponent = Component.extend({
this.stage = Component.ADDED;
this._uid = Random.id();
// this would normally be called upon "add"
this.init();
},
render: function (buf) {
var bodyClass = this.getArg('bodyClass');