mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
440f38940d
We're not removing any deprecated API or legacy browser support in 1.13, re-target comments to mention 1.14. It's not guaranteed 1.14 will ever get released but if it will, it sounds like a good moment to do those removals. Closes gh-1970
24 lines
361 B
JavaScript
24 lines
361 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",
|
|
"./form",
|
|
"./ie",
|
|
"./keycode",
|
|
"./labels",
|
|
"./jquery-patch.js",
|
|
"./plugin",
|
|
"./safe-active-element",
|
|
"./safe-blur",
|
|
"./scroll-parent",
|
|
"./tabbable",
|
|
"./unique-id",
|
|
"./version"
|
|
] );
|
|
} )();
|