@ -12517,6 +12517,7 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
@ -12558,7 +12559,6 @@ BI.Widget = BI.inherit(BI.OB, {
if (o.data) {
this.element.data(o.data);
}
_initElementWidth: function () {
@ -12690,6 +12690,7 @@ BI.Widget = BI.inherit(BI.OB, {
@ -12731,7 +12732,6 @@ BI.Widget = BI.inherit(BI.OB, {
@ -60,6 +60,7 @@ BI.Widget = BI.inherit(BI.OB, {
@ -101,7 +102,6 @@ BI.Widget = BI.inherit(BI.OB, {