Merge branch 'spacebars' into shark

This commit is contained in:
David Greenspan
2013-06-17 17:37:51 -07:00

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');