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

index f8e9137..a3d33e0 100644 (file)
@@ -309,6 +309,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
     {
        
         if (this.childForms.indexOf(form) > -1) {
+            // already added..
             return;
         }
         this.childForms.push(form);