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

index e96eabe..1f7e009 100644 (file)
@@ -1296,7 +1296,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                 return;
             }
             
-            if(this.fireEvent('tick', this, r, index, _this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked) !== false){
+            if(this.fireEvent('tick', this, r, index, _this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked !== false){
                 this.tickItems.push(r.data);
             }