From: Alan Knowles Date: Wed, 2 May 2012 05:58:31 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=a4e5ae82af3ce69ec02d62ebce05f9b0ab6f7bd5 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index f237f9662f..68fdf1e767 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -103,9 +103,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.combo.onRender(ct, position); // assigned so form know we need to do this.. - this.store = this.combo.store; - this.valueField = this.combo.valueField; - this.displayField = this.combo.displayField ; + this.store = this.combo.store; + this.valueField = this.combo.valueField; + this.displayField = this.combo.displayField ; this.combo.wrap.addClass('x-cbarray-grp');