aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/droppable.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-08-26 13:36:06 +0200
committerGitHub <noreply@github.com>2021-08-26 13:36:06 +0200
commit440f38940dcb0727a0f6144e991fcb50ed1d5755 (patch)
treecdbcbf3515a1ac1f360554dec3966b7614dc5209 /ui/widgets/droppable.js
parent349ee77924ee63b9dc8a4c0f5a18e4ef873db592 (diff)
downloadjquery-ui-440f38940dcb0727a0f6144e991fcb50ed1d5755.tar.gz
jquery-ui-440f38940dcb0727a0f6144e991fcb50ed1d5755.zip
Docs: Update removal comments to mention 1.14, not 1.13
We're not removing any deprecated API or legacy browser support in 1.13, re-target comments to mention 1.14. It's not guaranteed 1.14 will ever get released but if it will, it sounds like a good moment to do those removals. Closes gh-1970
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r--ui/widgets/droppable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index 01de767b4..e33ff8c7a 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -241,7 +241,7 @@ $.widget( "ui.droppable", {
},
// Extension points just to make backcompat sane and avoid duplicating logic
- // TODO: Remove in 1.13 along with call to it below
+ // TODO: Remove in 1.14 along with call to it below
_addHoverClass: function() {
this._addClass( "ui-droppable-hover" );
},