From: Alan Knowles Date: Wed, 28 Aug 2013 04:41:33 +0000 (+0800) Subject: Roo/form/ComboCheck.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=dcc86e9d843429cf6f0a306ea4220f97b339d8a8;p=roojs1 Roo/form/ComboCheck.js --- diff --git a/Roo/form/ComboCheck.js b/Roo/form/ComboCheck.js index 9e9cb78f01..a6b8aebfe6 100644 --- a/Roo/form/ComboCheck.js +++ b/Roo/form/ComboCheck.js @@ -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; },