aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/bootstrap.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-05-14 08:25:16 -0400
committerScott González <scott.gonzalez@gmail.com>2015-05-14 08:25:16 -0400
commitae25cdb6881cef632d42100a5237850cae1c3a77 (patch)
tree54ba8ad3cc57dab702ace7e4f0b3ed48025316be /tests/lib/bootstrap.js
parente1751383f17118d250a8ef576f3663de6ea76f36 (diff)
downloadjquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.tar.gz
jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.zip
Build: Upgrade to jQuery 1.11.3
Diffstat (limited to 'tests/lib/bootstrap.js')
-rw-r--r--tests/lib/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 99a3f41d7..47289494c 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -96,7 +96,7 @@ function jqueryUrl() {
if ( version === "git" || version === "compat-git" ) {
url = "http://code.jquery.com/jquery-" + version;
} else {
- url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery";
+ url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery";
}
return url;