Browse Source

无JIRA bubble_combo增加logic属性

es6
dailer 3 years ago
parent
commit
051f3200bf
  1. 1
      src/case/combo/bubblecombo/combo.bubble.js

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

@ -36,6 +36,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
element: this,
trigger: o.trigger,
toggle: o.toggle,
logic: o.logic,
container: o.container,
direction: o.direction,
isDefaultInit: o.isDefaultInit,

Loading…
Cancel
Save