Roo/form/BasicForm.js
[roojs1] / Roo / form / BasicForm.js
index 701738e..3985b7e 100644 (file)
@@ -469,6 +469,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
                 return;
             }
             var v = f.getValue();
+            // not sure if this supported any more..
             if ((typeof(v) == 'object') && f.getRawValue) {
                 v = f.getRawValue() ; // dates..
             }