Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:19:18 +0000 (14:19 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:19:18 +0000 (14:19 +0800)
Roo/bootstrap/ComboBox.js

index ee0c049..9550ab1 100644 (file)
@@ -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()