Browse Source

Pull request #1828: 无jira任务 fix: 参数写错了

Merge in VISUAL/fineui from ~KIRA/fineui:master to master

* commit '23f08a0cb8b9bad87d74743b6f87b0e9d30bf471':
  无jira任务 fix: 参数写错了
es6
Kira 4 years ago
parent
commit
f7a5e713a6
  1. 2
      src/case/button/item.multiselect.js

2
src/case/button/item.multiselect.js

@ -30,7 +30,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
textHeight: o.height,
height: o.height,
hgap: o.textHgap,
rgap: o.textHgap,
rgap: o.textRgap,
text: o.text,
keyword: o.keyword,
value: o.value,

Loading…
Cancel
Save