guy 4 years ago
parent
commit
003b48ebfc
  1. 2
      src/base/single/tip/tip.bubble.js

2
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: "",

Loading…
Cancel
Save