From c318c002b37177de957f9ac8cce51bf5e045652e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Oct 2013 15:57:53 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 1430f64d79..50b0b29de6 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -101,7 +101,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.combo = Roo.factory(this.combo, Roo.form); this.combo.onRender(ct, position); - if (typeof(this.combo.width) != 'undefined')) { + if (typeof(this.combo.width) != 'undefined') { this.combo.onResize(this.combo.width,0); } -- 2.39.2