diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-07-30 12:45:16 +0200 |
---|---|---|
committer | Felix Nagel <fnagel@users.noreply.github.com> | 2021-09-25 12:24:55 +0200 |
commit | 3f5c7201da993f07226d5ba5464a9237f0bdbd5a (patch) | |
tree | f88118d074223c8ee2f70141b56651b285bc46b7 /tests/lib/bootstrap.js | |
parent | 2fd224d5cc3ac7ce37e3e60e4d28e19f89321dcd (diff) | |
download | jquery-ui-3f5c7201da993f07226d5ba5464a9237f0bdbd5a.tar.gz jquery-ui-3f5c7201da993f07226d5ba5464a9237f0bdbd5a.zip |
Tests: Update the default jQuery version from 1.12.4 to 3.6.0
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 fff019332..ea44c8d2c 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -1,7 +1,7 @@ ( function() { "use strict"; -var DEFAULT_JQUERY_VERSION = "1.12.4"; +var DEFAULT_JQUERY_VERSION = "3.6.0"; requirejs.config( { paths: { |