Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hamilton committed Nov 19, 2010
1 parent 88c93c4 commit de7a95c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified h5Validate-0.3.3.zip
Binary file not shown.
1 change: 0 additions & 1 deletion jquery.h5validate.js
Expand Up @@ -118,7 +118,6 @@
errorIDbare = $this.attr(settings.errorAttribute) || false, // Get the ID of the error element.
errorID = errorIDbare ? '#' + errorIDbare : false, // Add the hash for convenience. This is done in two steps to avoid two attribute lookups.
required = false,
required2 = false,
$checkRequired = $('<input data-test="test" required>');

/* If the required attribute exists, set it required to true, unless it's set 'false'.
Expand Down

0 comments on commit de7a95c

Please sign in to comment.