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