mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
5fa0db48d7
The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107 Closes gh-2109
24 lines
358 B
JavaScript
24 lines
358 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",
|
|
"./plugin",
|
|
"./safe-active-element",
|
|
"./safe-blur",
|
|
"./scroll-parent",
|
|
"./tabbable",
|
|
"./unique-id",
|
|
"./version"
|
|
] );
|
|
} )();
|