diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-05-13 18:11:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 18:11:57 +0200 |
commit | ac8b1e4eee8682e6825730c4823036a90031edad (patch) | |
tree | 6a4207cebc3138de51e6ec776e6d36117fd0a665 /tests/unit/droppable | |
parent | 969d182963347830a78b291198f6f183fb65d8e6 (diff) | |
download | jquery-ui-ac8b1e4eee8682e6825730c4823036a90031edad.tar.gz jquery-ui-ac8b1e4eee8682e6825730c4823036a90031edad.zip |
Core: Make back compat disabled by default
Closes gh-2250
Diffstat (limited to 'tests/unit/droppable')
-rw-r--r-- | tests/unit/droppable/droppable.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index 5c3ec3dd9..e507bb561 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -6,8 +6,7 @@ <script src="../../../external/requirejs/require.js"></script> <script src="../../lib/css.js" data-modules="core"></script> - <script src="../../lib/bootstrap.js" data-widget="droppable" - data-no-back-compat="true"></script> + <script src="../../lib/bootstrap.js" data-widget="droppable"></script> </head> <body> |