guy 3 years ago
parent
commit
e8480f910b
  1. 4
      src/case/combo/bubblecombo/combo.bubble.js

4
src/case/combo/bubblecombo/combo.bubble.js

@ -57,9 +57,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
type: "bi.bubble_popup_view",
animation: "bi-zoom-big",
animationDuring: 300,
}, o.popup, {
// cls: (o.popup.cls || "") + " bi-zoom-big-enter bi-zoom-big-enter-active"
})
}, o.popup)
});
this.combo.on(BI.Combo.EVENT_TRIGGER_CHANGE, function () {
self.fireEvent(BI.BubbleCombo.EVENT_TRIGGER_CHANGE, arguments);

Loading…
Cancel
Save