roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 63e0e0b..501d582 100644 (file)
@@ -30620,8 +30620,10 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
     },
     expand : function ()
     {
+        
         Roo.form.ComboCheck.superclass.expand.call(this);
-        this.valueBefore = tyepof(this.value) == 'undefined' ? '' : this.value;
+        this.valueBefore = typeof(this.value) == 'undefined' ? '' : this.value;
+        //this.valueBefore = typeof(this.valueBefore) == 'undefined' ? '' : this.valueBefore;
         
 
     },