From f7b96bf8622f22bed505031528f84b3ac12e050c Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 24 Mar 2022 14:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20combo=20popup=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/bubblecombo/combo.bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/combo/bubblecombo/combo.bubble.js b/src/case/combo/bubblecombo/combo.bubble.js index 3ef42987f..e143efab0 100644 --- a/src/case/combo/bubblecombo/combo.bubble.js +++ b/src/case/combo/bubblecombo/combo.bubble.js @@ -58,7 +58,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { animation: "bi-zoom-big", animationDuring: 200, primary: o.primary - }, BI.isFunction(this.options.popup) ? this.options.popup() : this.options.popup); + }, BI.isFunction(this.options.popup) ? this.options.popup() : this.options.popup) }); this.combo.on(BI.Combo.EVENT_TRIGGER_CHANGE, function () { self.fireEvent(BI.BubbleCombo.EVENT_TRIGGER_CHANGE, arguments);