| CODENOTIFIER | HelpYou are not signed inSign in |
Project: dojo
Revision: 15164
Author: bill
Date: 07 Sep 2008 22:37:49
Diff at Trac: http://trac.dojotoolkit.org/changeset/15164
Changes:Fixes #7616: Form.validate() security violation with Air.
!strict
| ... | ...@@ -53,7 +53,7 @@ | |
| 53 | 53 | didFocus = true; |
| 54 | 54 | } |
| 55 | 55 | return valid; |
| 56 | }), "return item;"); | |
| 56 | }), function(item) { return item; }); | |
| 57 | 57 | }, |
| 58 | 58 | |
| 59 | 59 | setValues: function(/*object*/obj){ |