aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-10 15:48:09 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 00:38:40 +0200
commit03cde342cd360793a2439fa8dc93e441bbf73333 (patch)
tree1ee5d542d8c00e054df5e23a7eb1a7dde76e02e6 /ui/core.js
parent9887579b61972647f1478e64c5d7987f9d9cb039 (diff)
downloadjquery-ui-03cde342cd360793a2439fa8dc93e441bbf73333.tar.gz
jquery-ui-03cde342cd360793a2439fa8dc93e441bbf73333.zip
All: Remove the deprecated `ui/core.js` file
Also, fix checkboxradio visual tests. Ref gh-2249
Diffstat (limited to 'ui/core.js')
-rw-r--r--ui/core.js18
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"
-] );
-} )();