From: Edward Date: Tue, 2 Oct 2018 06:19:18 +0000 (+0800) Subject: Roo/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ad9958120225d2abef5b935fa420e5fda98b001d Roo/bootstrap/ComboBox.js --- 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()