mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
RootComponent calls init
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user