Skip to content

Commit ab96d5f

Browse files
committed
jquery-form#216; typo in comment
1 parent 37c4827 commit ab96d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Form Plugin
3-
* version: 3.11 (20-JUL-2012)
3+
* version: 3.12 (20-JUL-2012)
44
* @requires jQuery v1.3.2 or later
55
*
66
* Examples and documentation at: http://malsup.com/jquery/form/
@@ -997,7 +997,7 @@ $.fn.clearFields = $.fn.clearInputs = function(includeHidden) {
997997
this.selectedIndex = -1;
998998
}
999999
else if (includeHidden) {
1000-
// includeHidden can be the valud true, or it can be a selector string
1000+
// includeHidden can be the value true, or it can be a selector string
10011001
// indicating a special test; for example:
10021002
// $('#myForm').clearForm('.special:hidden')
10031003
// the above would clean hidden inputs that have the class of 'special'

0 commit comments

Comments
 (0)