diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 2019dd756..45ceefa69 100644 --- a/src/base/combination/combo.js +++ b/src/base/combination/combo.js @@ -100,12 +100,6 @@ }, this)); }, - _initCombo: function () { - this.combo = BI.createWidget(this.options.el, { - value: this.options.value - }); - }, - _assertPopupView: function () { var self = this, o = this.options; if (this.popupView == null) {