Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Fri, 27 Feb 2015 05:58:48 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Feb 2015 05:58:48 +0000 (13:58 +0800)
Roo/bootstrap/ComboBox.js

index a206907..350847f 100644 (file)
@@ -1579,13 +1579,11 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         this.loading.show();
         
+        var _combo = this;
+        
         this.page++;
         this.loadNext = true;
         
-        var _combo = this;
-        
-        Roo.log('loading???');
-        Roo.log(_combo);return;
         (function() { _combo.doQuery(_combo.allQuery, true); }).defer(500);
         
         return;