Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Oct 2013 07:57:53 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Oct 2013 07:57:53 +0000 (15:57 +0800)
Roo/form/ComboBoxArray.js

index 1430f64..50b0b29 100644 (file)
@@ -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);
         
         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);
         }
         
             this.combo.onResize(this.combo.width,0);
         }