* commit '5bf3e23eb5ff1bfc3917ccea04a3362b053889a8': update update
@ -12521,6 +12521,7 @@ BI.Widget = BI.inherit(BI.OB, {
this._initElement();
this._initEffects();
this.created && this.created();
this._children = {};
},
/**
@ -12531,7 +12532,6 @@ 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;
@ -12694,6 +12694,7 @@ BI.Widget = BI.inherit(BI.OB, {
@ -12704,7 +12705,6 @@ BI.Widget = BI.inherit(BI.OB, {
@ -64,6 +64,7 @@ BI.Widget = BI.inherit(BI.OB, {
@ -74,7 +75,6 @@ BI.Widget = BI.inherit(BI.OB, {