aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jquery.js')
-rw-r--r--tests/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jquery.js b/tests/jquery.js
index 67511667d..67a7ed2e6 100644
--- a/tests/jquery.js
+++ b/tests/jquery.js
@@ -16,7 +16,7 @@ for ( ; i < length; i++ ) {
if ( version === "git" ) {
url = "http://code.jquery.com/jquery-git.js";
} else {
- url = "../../../external/jquery-" + ( version || "1.10.2" ) + "/jquery.js";
+ url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery.js";
}
document.write( "<script src='" + url + "'></script>" );