From 0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c Mon Sep 17 00:00:00 2001 From: "Bruno M. Custódio" Date: Sat, 1 Jun 2013 20:25:27 +0100 Subject: Updating jQuery to 1.10.2. Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. --- tests/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/jquery.js') diff --git a/tests/jquery.js b/tests/jquery.js index 0ec2ffb61..48c82ab2f 100644 --- a/tests/jquery.js +++ b/tests/jquery.js @@ -18,7 +18,7 @@ for ( ; i < length; i++ ) { if ( version === "git" ) { url = "http://code.jquery.com/jquery-git.js"; } else { - url = "../../jquery-" + ( version || "1.9.1" ) + ".js"; + url = "../../jquery-" + ( version || "1.10.2" ) + ".js"; } document.write( "" ); -- cgit v1.2.3