From: Alan Knowles Date: Wed, 2 Oct 2013 07:57:53 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c318c002b37177de957f9ac8cce51bf5e045652e Roo/form/ComboBoxArray.js --- 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); }