diff options
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 4e374ac27..3d9cc3691 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -96,7 +96,7 @@ function jqueryUrl() { if ( version === "git" ) { url = "http://code.jquery.com/jquery-" + version; } else { - url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery"; + url = "../../../external/jquery-" + ( version || "1.12.4" ) + "/jquery"; } return url; |