Skip to content
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