* commit '338f34d16884f9540385479bb8c0638bc2f98320': update
@ -12517,7 +12517,6 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
@ -12532,6 +12531,7 @@ BI.Widget = BI.inherit(BI.OB, {
var o = this.options;
this.widgetName = o.widgetName || BI.uniqueId("widget");
this._isRoot = o.root;
if (BI.isWidget(o.element)) {
if (o.element instanceof BI.Widget) {
this._parent = o.element;
@ -12690,7 +12690,6 @@ BI.Widget = BI.inherit(BI.OB, {
@ -12705,6 +12704,7 @@ BI.Widget = BI.inherit(BI.OB, {
@ -60,7 +60,6 @@ BI.Widget = BI.inherit(BI.OB, {
@ -75,6 +74,7 @@ BI.Widget = BI.inherit(BI.OB, {