diff options
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/droppable.js | 2 |
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" ); }, |