roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 06:52:42 +0000 (14:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 06:52:42 +0000 (14:52 +0800)
roojs-debug.js

index 9546fcb..9764b12 100644 (file)
@@ -43574,7 +43574,7 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
             r = st.getAt(i);
             nv.push(r.get(this.valueField));
         },this);
-        this.setValue(Roo.encode(nv))
+        this.setValue(Roo.encode(nv));
         if (this.value != this.valueBefore) {
 
             this.fireEvent('change', this, this.value, this.valueBefore);