mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
23 lines
361 B
JavaScript
23 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"
|
|
] );
|
|
} )();
|