From ad9958120225d2abef5b935fa420e5fda98b001d Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:19:18 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index ee0c04989c..9550ab11be 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -106,13 +106,8 @@ Roo.bootstrap.ComboBox = function(config){ * @param {Roo.bootstrap.ComboBox} combo This combo box * @param {Object} cfg set html . */ - 'touchviewdisplay' : true, - /** - * @event ontouchviewload - * Fires when touch view load (local store) - * @param {Roo.bootstrap.ComboBox} combo This combo box - */ - 'ontouchviewload' : true + 'touchviewdisplay' : true + }); this.item = []; @@ -2731,8 +2726,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { (function() { firstChecked.findParent('li').scrollIntoView(_this.touchViewListGroup.dom); }).defer(500); } - this.fireEvent('ontouchviewload', this); - }, onTouchViewLoadException : function() -- 2.39.2