From 003b48ebfcbddfc365461488fd9be5283fbd74b2 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 5 Sep 2020 12:34:07 +0800 Subject: [PATCH] bugfix --- src/base/single/tip/tip.bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/tip/tip.bubble.js b/src/base/single/tip/tip.bubble.js index 3ce2d2a93..de875d2a6 100644 --- a/src/base/single/tip/tip.bubble.js +++ b/src/base/single/tip/tip.bubble.js @@ -110,7 +110,7 @@ BI.shortcut("bi.bubble", BI.Bubble); BI.BubbleView = BI.inherit(BI.Single, { _defaultConfig: function () { - return BI.extend(BI.Bubble.superclass._defaultConfig.apply(this, arguments), { + return BI.extend(BI.BubbleView.superclass._defaultConfig.apply(this, arguments), { extraCls: "bi-bubble", direction: "top", text: "",