From: Alan Knowles Date: Wed, 2 May 2012 05:52:42 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=27d67649fc07dfd09a75a481d3c0055390618188 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 30595e62c6..ba270666a1 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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);