From 27d67649fc07dfd09a75a481d3c0055390618188 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 13:52:42 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2