aboutsummaryrefslogtreecommitdiffstats
path: root/ui/menu.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-15 20:30:36 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:37 -0400
commit37602d7e645964e4f5e4d06ef313081c8eb60bf1 (patch)
treeae6d72b9202b5d1426a13e26c5b9b53b82c48ee5 /ui/menu.js
parent72bfafbedea4973b803abeefc97637f246b11c89 (diff)
downloadjquery-ui-37602d7e645964e4f5e4d06ef313081c8eb60bf1.tar.gz
jquery-ui-37602d7e645964e4f5e4d06ef313081c8eb60bf1.zip
Core: Movie uniqueId into its own module and deprecate core module
uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
Diffstat (limited to 'ui/menu.js')
-rw-r--r--ui/menu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/menu.js b/ui/menu.js
index c266840ee..7662d328f 100644
--- a/ui/menu.js
+++ b/ui/menu.js
@@ -27,6 +27,7 @@
"./keycode",
"./position",
"./safe-active-element",
+ "./unique-id",
"./widget"
], factory );
} else {