aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-10 08:26:24 -0400
committerScott González <scott.gonzalez@gmail.com>2014-06-24 22:45:44 -0400
commit19dfa2dc1b5c91b87929ec372280897efdc52153 (patch)
treed6c5314eb6b98e7be82f0d856c070c3fee6cc439 /tests/jquery.js
parent6df127a0b591d2a1437361f9cb6f3524a7b2e111 (diff)
downloadjquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.tar.gz
jquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.zip
Test: Get all jQuery versions from Bower
Ref gh-1266
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 48c82ab2f..5968cbfc2 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.10.2" ) + ".js";
+ url = "../../../external/jquery-" + ( version || "1.10.2" ) + "/jquery.js";
}
document.write( "<script src='" + url + "'></script>" );