Skip to content

Commit b648d67

Browse files
authored
Added missing space before closing round bracket.
1 parent f1f31a4 commit b648d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ $.extend( $.validator, {
14071407
} else if (mm === 2) {
14081408
isLeap = (yyyy % 4 === 0 && (yyyy % 100 !== 0 || yyyy % 400 === 0));
14091409

1410-
if (dd > 29 || (dd === 29 && !isLeap)) {
1410+
if (dd > 29 || (dd === 29 && !isLeap) ) {
14111411
check = false;
14121412
}
14131413
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy