Roo/form/ComboCheck.js
authorAlan Knowles <alan@roojs.com>
Wed, 28 Aug 2013 04:41:33 +0000 (12:41 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Aug 2013 04:41:33 +0000 (12:41 +0800)
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;
         
 
     },