Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Wed, 13 Apr 2016 03:43:50 +0000 (11:43 +0800)
committeredward <edward@roojs.com>
Wed, 13 Apr 2016 03:43:50 +0000 (11:43 +0800)
Roo/bootstrap/ComboBox.js

index 5c59ffb..db0b508 100644 (file)
@@ -1287,7 +1287,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             });
             
             if(rm){
-                this.fireEvent('tick', this, r, index);
                 return;
             }
             
@@ -1296,8 +1295,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             if(typeof(e) == 'undefined' && view == false){
                 Roo.get(_this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked = true;
             }
-            
-            this.fireEvent('tick', this, r, index);
                     
             return;
         }