Skip to content

Docs: Update removal comments to mention 1.14, not 1.13 #1970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is deprecated in 1.12.0 to be removed in 1.13
// This file is deprecated in 1.12.0 to be removed in 1.14
( function() {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion ui/effect.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ $.fn.extend( {
// as the .show() below destroys the initial state
modes.push( normalizedMode );

// See $.uiBackCompat inside of run() for removal of defaultMode in 1.13
// See $.uiBackCompat inside of run() for removal of defaultMode in 1.14
if ( defaultMode && ( normalizedMode === "show" ||
( normalizedMode === defaultMode && normalizedMode === "hide" ) ) ) {
el.show();
Expand Down
2 changes: 1 addition & 1 deletion ui/widgets/droppable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
},
Expand Down