Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 06:41:43 +0000 (14:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 06:41:43 +0000 (14:41 +0800)
Roo/form/BasicForm.js

index f628290..d7488c5 100644 (file)
@@ -421,7 +421,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
                         if (e.name && e.getValue && this.findField(e.name)) {
                             this.findField(e.name).setValue(e.getValue());
                         }
-                    });
+                    }, this);
                 }
             }, this);
         }