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