Young 7 years ago
parent
commit
327969836d
  1. 2
      dist/bundle.js
  2. 2
      dist/core.js
  3. 2
      dist/fineui.js
  4. 2
      src/core/widget.js

2
dist/bundle.js vendored

@ -12517,11 +12517,11 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
this.created && this.created();
this._children = {};
},
/**

2
dist/core.js vendored

@ -12517,11 +12517,11 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
this.created && this.created();
this._children = {};
},
/**

2
dist/fineui.js vendored

@ -12690,11 +12690,11 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
this.created && this.created();
this._children = {};
},
/**

2
src/core/widget.js

@ -60,11 +60,11 @@ BI.Widget = BI.inherit(BI.OB, {
},
_render: function(){
this._children = {};
this.beforeCreate && this.beforeCreate();
this._initElement();
this._initEffects();
this.created && this.created();
this._children = {};
},
/**

Loading…
Cancel
Save