From 2e131af6630560df79aa7068eb797d512c8f6ba5 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 22 Oct 2021 16:51:13 +0800 Subject: [PATCH] =?UTF-8?q?BI-95902=20fix:=20=E5=85=BC=E5=AE=B9=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/1.pane.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/1.pane.js b/src/base/1.pane.js index 5bbecf5da..5d2dfe89a 100644 --- a/src/base/1.pane.js +++ b/src/base/1.pane.js @@ -150,3 +150,4 @@ BI.Pane = BI.inherit(BI.Widget, { }); BI.Pane.EVENT_LOADED = "EVENT_LOADED"; BI.Pane.EVENT_LOADING = "EVENT_LOADING"; +BI.LoadingPane = BI.Pane;