mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
bb49bd794b
Closes gh-2249
20 lines
296 B
JavaScript
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"
|
|
] );
|
|
} )();
|