Skip to content

Commit ca2ac47

Browse files
committed
Default to jQuery 1.6.4 for tests.
1 parent be6b87b commit ca2ac47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for ( ; i < length; i++ ) {
1818
if ( version === "git" ) {
1919
url = "http://code.jquery.com/jquery-git.js";
2020
} else {
21-
url = "../../jquery-" + ( version || "1.6.2" ) + ".js";
21+
url = "../../jquery-" + ( version || "1.6.4" ) + ".js";
2222
}
2323

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

0 commit comments

Comments
 (0)