From: Alan Knowles Date: Wed, 2 May 2012 06:10:38 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=d0a4f83f166ec61b2edd802508daa50c6c56f54d Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 156409befa..1f013e06b2 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -275,7 +275,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.hiddenEl.value = v; var v_ar = []; Roo.each(v.split(','), function(k) { - Roo.log("CHECK " + this.store.valueField + ',' + k)); + Roo.log("CHECK " + this.store.valueField + ',' + k); var li = this.store.query(this.store.valueField, k); if (!li.length) { return;