Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index dca5adc..f060e0c 100644 (file)
@@ -290,17 +290,14 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
                 
                 this.addItem(add);
             }, this) 
-            
-                
-            
+             
         }
         if (typeof(v) == 'object') {
             // then let's assume it's an array of objects..
             Roo.each(v, function(l) {
                 this.addItem(l);
             }, this);
-            
-            
+             
         }