Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:13:17 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:13:17 +0000 (13:13 +0800)
Roo/form/ComboBoxArray.js

index 12e43c7..9cfc2c2 100644 (file)
@@ -100,12 +100,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField
         this.combo.hiddenName = this.hiddenName ? (this.hiddenName+'-subcombo') : this.hiddenName;
         this.combo.name = this.name? (this.name+'-subcombo') : this.name;
         
-        
-        this.combo = Roo.factory(this.combo,Roo.form);
-        
-        
+        this.combo = Roo.factory(this.combo, Roo.form);
         this.combo.onRender(ct, position);
         
+        
         this.combo.wrap.addClass('x-cbarray-grp');
         
         var cbwrap = this.combo.wrap.createChild(