Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:16:09 +0000 (17:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:16:09 +0000 (17:16 +0800)
Roo/form/BasicForm.js

index f5b372d..b98d614 100644 (file)
@@ -377,7 +377,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
      */
     getValues : function(asString){
         if (this.childForms) {
-            // copy values from the child froms
+            // copy values from the child forms
             Roo.each(this.childForms, function (f) {
                 if (f.allFields) {
                     Roo.each(f.allFields, function (e) {