X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=68fdf1e767fb861f89e4580d519567d8b1c557e7;hp=f237f9662fc7b4c51ce3716757cd96c84dfec730;hb=a4e5ae82af3ce69ec02d62ebce05f9b0ab6f7bd5;hpb=0057c5a79f477e09937790f2b6e921bc428bf70d 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');