Skip to content

Commit a3e35f0

Browse files
committed
Build: Make running tests against jQuery 3.4.1 the default
1 parent 807a977 commit a3e35f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if ( version === "git" ) {
2020
} else if ( version === "3.x-git" ) {
2121
url = "http://code.jquery.com/jquery-3.x-git.js";
2222
} else {
23-
url = "../external/jquery-" + ( version || "3.3.1" ) + "/jquery.js";
23+
url = "../external/jquery-" + ( version || "3.4.1" ) + "/jquery.js";
2424
}
2525

2626
document.write( "<script src='" + url + "'></script>" );

0 commit comments

Comments
 (0)