diff options
Diffstat (limited to 'ui/core.js')
-rw-r--r-- | ui/core.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/core.js b/ui/core.js deleted file mode 100644 index d4651c689..000000000 --- a/ui/core.js +++ /dev/null @@ -1,18 +0,0 @@ -// 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", - "./plugin", - "./scroll-parent", - "./tabbable", - "./unique-id", - "./version" -] ); -} )(); |