diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
commit | ae25cdb6881cef632d42100a5237850cae1c3a77 (patch) | |
tree | 54ba8ad3cc57dab702ace7e4f0b3ed48025316be /tests/lib/bootstrap.js | |
parent | e1751383f17118d250a8ef576f3663de6ea76f36 (diff) | |
download | jquery-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.js | 2 |
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; |