Browse Source

Pull request #2450: feature: 小三角换一种实现

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

* commit '8af358af4fb4db26ba7ae2b5266d699b46b9ee06':
  feature: 小三角换一种实现
es6
guy 3 years ago
parent
commit
a4e18b3d0e
  1. 6
      src/base/combination/combo.js

6
src/base/combination/combo.js

@ -100,12 +100,6 @@
}, this)); }, this));
}, },
_initCombo: function () {
this.combo = BI.createWidget(this.options.el, {
value: this.options.value
});
},
_assertPopupView: function () { _assertPopupView: function () {
var self = this, o = this.options; var self = this, o = this.options;
if (this.popupView == null) { if (this.popupView == null) {

Loading…
Cancel
Save