Skip to content

Commit

Permalink
QA: Restore backward compatibility setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 15, 2024
1 parent 3e668a9 commit 0290ab3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/js/jquery-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

$.ui = $.ui || {};

var version = $.ui.version = "1.14.1";
/* for backward compatibility */
$.uiBackCompat = true;

var version = $.ui.version = "1.14.1";

/*!
* jQuery UI Widget 1.14.1
Expand Down Expand Up @@ -18806,4 +18808,4 @@ var widgetsTooltip = $.ui.tooltip;



} );
} );

0 comments on commit 0290ab3

Please sign in to comment.