Skip to content

Commit 440f389

Browse files
authored
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
1 parent 349ee77 commit 440f389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is deprecated in 1.12.0 to be removed in 1.13
1+
// This file is deprecated in 1.12.0 to be removed in 1.14
22
( function() {
33
"use strict";
44

ui/effect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ $.fn.extend( {
704704
// as the .show() below destroys the initial state
705705
modes.push( normalizedMode );
706706

707-
// See $.uiBackCompat inside of run() for removal of defaultMode in 1.13
707+
// See $.uiBackCompat inside of run() for removal of defaultMode in 1.14
708708
if ( defaultMode && ( normalizedMode === "show" ||
709709
( normalizedMode === defaultMode && normalizedMode === "hide" ) ) ) {
710710
el.show();

ui/widgets/droppable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $.widget( "ui.droppable", {
241241
},
242242

243243
// Extension points just to make backcompat sane and avoid duplicating logic
244-
// TODO: Remove in 1.13 along with call to it below
244+
// TODO: Remove in 1.14 along with call to it below
245245
_addHoverClass: function() {
246246
this._addClass( "ui-droppable-hover" );
247247
},

0 commit comments

Comments
 (0)