From ca8fa7187473615acdb868d888a12c2734075d09 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Sat, 10 Oct 2020 11:18:40 +0800 Subject: [PATCH] update --- src/base/pane.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/base/pane.js b/src/base/pane.js index a39a65c2b..a77976f61 100644 --- a/src/base/pane.js +++ b/src/base/pane.js @@ -106,13 +106,13 @@ BI.Pane = BI.inherit(BI.Widget, { }, loaded: function () { - // var self = this, o = this.options; - // BI.Layers.remove(self.getName()); - // this._loading && this._loading.destroy(); - // this._loading && (this._loading = null); - // o.onLoaded(); - // self.fireEvent(BI.Pane.EVENT_LOADED); - // this.element.removeClass("loading-status"); + var self = this, o = this.options; + BI.Layers.remove(self.getName()); + this._loading && this._loading.destroy(); + this._loading && (this._loading = null); + o.onLoaded(); + self.fireEvent(BI.Pane.EVENT_LOADED); + this.element.removeClass("loading-status"); }, check: function () {