From 37602d7e645964e4f5e4d06ef313081c8eb60bf1 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 15 Jul 2015 20:30:36 -0400 Subject: 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 --- ui/menu.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/menu.js') 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 { -- cgit v1.2.3