From ca2ac4714484fc53692d97948a3477160c054945 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 18 Oct 2011 10:14:27 -0400 Subject: [PATCH] Default to jQuery 1.6.4 for tests. --- tests/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jquery.js b/tests/jquery.js index 8c8147166..b7b1bd5b8 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.6.2" ) + ".js"; + url = "../../jquery-" + ( version || "1.6.4" ) + ".js"; } document.write( "" ); -- 2.39.5