Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboCheck.js
index 9e9cb78..a6b8aeb 100644 (file)
@@ -143,7 +143,7 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
         
         Roo.form.ComboCheck.superclass.expand.call(this);
         this.valueBefore = typeof(this.value) == 'undefined' ? '' : this.value;
-        this.valueBefore = typeof(this.valueBefore) == 'undefined' ? '' : this.valueBefore;
+        //this.valueBefore = typeof(this.valueBefore) == 'undefined' ? '' : this.valueBefore;
         
 
     },