Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 Nov 2011 09:52:02 +0000 (17:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 Nov 2011 09:52:02 +0000 (17:52 +0800)
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..
             }