jquery-ui/ui/core.js
Michał Gołębiowski-Owczarek bb49bd794b
All: Drop support for IE & some other browsers (but mostly IE)
Closes gh-2249
2024-05-15 00:38:40 +02:00

20 lines
296 B
JavaScript

// This file is deprecated in 1.12.0 to be removed in 1.14
( function() {
"use strict";
define( [
"jquery",
"./data",
"./disable-selection",
"./focusable",
"./keycode",
"./labels",
"./jquery-patch",
"./plugin",
"./scroll-parent",
"./tabbable",
"./unique-id",
"./version"
] );
} )();