From ac8b1e4eee8682e6825730c4823036a90031edad Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 13 May 2024 18:11:57 +0200 Subject: Core: Make back compat disabled by default Closes gh-2250 --- ui/widgets/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widgets/tabs.js') diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index b8373c4e9..be4fe7e7a 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -909,7 +909,7 @@ $.widget( "ui.tabs", { // DEPRECATED // TODO: Switch return back to widget declaration at top of file when this is removed -if ( $.uiBackCompat !== false ) { +if ( $.uiBackCompat === true ) { // Backcompat for ui-tab class (now ui-tabs-tab) $.widget( "ui.tabs", $.ui.tabs, { -- cgit v1.2.3