windy 4 years ago
parent
commit
ca8fa71874
  1. 14
      src/base/pane.js

14
src/base/pane.js

@ -106,13 +106,13 @@ BI.Pane = BI.inherit(BI.Widget, {
}, },
loaded: function () { loaded: function () {
// var self = this, o = this.options; var self = this, o = this.options;
// BI.Layers.remove(self.getName()); BI.Layers.remove(self.getName());
// this._loading && this._loading.destroy(); this._loading && this._loading.destroy();
// this._loading && (this._loading = null); this._loading && (this._loading = null);
// o.onLoaded(); o.onLoaded();
// self.fireEvent(BI.Pane.EVENT_LOADED); self.fireEvent(BI.Pane.EVENT_LOADED);
// this.element.removeClass("loading-status"); this.element.removeClass("loading-status");
}, },
check: function () { check: function () {

Loading…
Cancel
Save