Skip to content

Commit 24234bd

Browse files
committed
Missing space after if statement fixed
1 parent 4581a78 commit 24234bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form-validator/jquery.form-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
if (!validationErrorMsg) {
10281028
validationErrorMsg = $elem.attr(conf.validationErrorMsgAttribute);
10291029
if (!validationErrorMsg) {
1030-
if(typeof validator.errorMessageKey !== 'function') {
1030+
if (typeof validator.errorMessageKey !== 'function') {
10311031
validationErrorMsg = language[validator.errorMessageKey];
10321032
}
10331033
else {

0 commit comments

Comments
 (0)