diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
commit | 8fdfea5fe9f6804840bd98396c1b3992360369a4 (patch) | |
tree | 5b120316da9f4135bc5382c9fd5e078ac0307087 /tests/jquery.js | |
parent | fac8e517d7ea4c65bad21a65ad59eef1e4379efb (diff) | |
download | jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.tar.gz jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.zip |
Build: Upgrade to jQuery 1.11.2
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
Diffstat (limited to 'tests/jquery.js')
-rw-r--r-- | tests/jquery.js | 2 |
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>" ); |