Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:52:42 +0000 (13:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:52:42 +0000 (13:52 +0800)
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);