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/resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widgets/resizable.js') diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 7be097e73..e163b03fe 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1113,7 +1113,7 @@ $.ui.plugin.add( "resizable", "ghost", { // DEPRECATED // TODO: remove after 1.12 - if ( $.uiBackCompat !== false && typeof that.options.ghost === "string" ) { + if ( $.uiBackCompat === true && typeof that.options.ghost === "string" ) { // Ghost option that.ghost.addClass( this.options.ghost ); -- cgit v1.2.3