mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
70dae67b73
Fixes #15393 Closes gh-1958
24 lines
361 B
JavaScript
24 lines
361 B
JavaScript
// This file is deprecated in 1.12.0 to be removed in 1.13
|
|
( 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"
|
|
] );
|
|
} )();
|