Roo/form/BasicForm.js
[roojs1] / 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);
         }