Skip to content

Commit f937b5d

Browse files
committed
fixed issue 781 - extra bracket on line 136 caused library to crash
1 parent ab894c7 commit f937b5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/jquery.validationEngine.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
var form = element.closest('form, .validationEngineContainer'),
134134
options = (form.data('jqv')) ? form.data('jqv') : $.validationEngine.defaults,
135135
valid = methods._validateField(element, options);
136-
}
137136
}
138137
if(options.onValidationComplete) {
139138
// !! ensures that an undefined return is interpreted as return false but allows a onValidationComplete() to possibly return true and have form continue processing

0 commit comments

Comments
 (0)