Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 12 Oct 2010 06:08:53 +0000 (14:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 12 Oct 2010 06:08:53 +0000 (14:08 +0800)
Roo/form/BasicForm.js

index eec4c2f..e67b257 100644 (file)
@@ -440,7 +440,8 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
      * This differs from getValues as it calls getValue on each child item, rather than using dom data.
      * @return {Object}
      */
-    getFieldValues : function(){
+    getFieldValues : function()
+    {
         if (this.childForms) {
             // copy values from the child forms
             Roo.each(this.childForms, function (f) {