diff --git a/dist/bundle.js b/dist/bundle.js index 6621e5918..f79c57c6b 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -12559,7 +12559,6 @@ BI.Widget = BI.inherit(BI.OB, { if (o.data) { this.element.data(o.data); } - this._children = {}; }, _initElementWidth: function () { diff --git a/dist/core.js b/dist/core.js index d0db9af61..e8cb62129 100644 --- a/dist/core.js +++ b/dist/core.js @@ -12559,7 +12559,6 @@ BI.Widget = BI.inherit(BI.OB, { if (o.data) { this.element.data(o.data); } - this._children = {}; }, _initElementWidth: function () { diff --git a/dist/fineui.js b/dist/fineui.js index d44f964d0..20b68d1d6 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -12732,7 +12732,6 @@ BI.Widget = BI.inherit(BI.OB, { if (o.data) { this.element.data(o.data); } - this._children = {}; }, _initElementWidth: function () {