roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 72e4eeb..16738eb 100644 (file)
@@ -20595,7 +20595,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         var prop = this.hiddenName;
         var store = this.stores[lvl];
         if(store.getCount() < 1){
-            return false;
+            return;
         }
         var record = false;
         store.each(function(r){
@@ -20619,7 +20619,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
              
             return true;
         });
-         
+        
     }