Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index 30595e6..ba27066 100644 (file)
@@ -265,6 +265,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         if (typeof(v) != 'object') {
             return;
         }
+        Roo.log(v);
+        
         var _this = this;
         Roo.each(v, function(l) {
             _this.addItem(l);