merge changes for seperator change
[roojs1] / Roo / form / ComboCheck.js
index 5a89afe..a6b8aeb 100644 (file)
@@ -140,9 +140,10 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
     },
     expand : function ()
     {
-        this.valueBefore = tyepof(this.value) == 'undefined' ? '' : this.value;
-        Roo.form.ComboCheck.superclass.expand.call(this);
         
+        Roo.form.ComboCheck.superclass.expand.call(this);
+        this.valueBefore = typeof(this.value) == 'undefined' ? '' : this.value;
+        //this.valueBefore = typeof(this.valueBefore) == 'undefined' ? '' : this.valueBefore;
         
 
     },