From 6064a5e0487428d53bd694dcebce952730992c46 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 15 Jul 2015 20:20:41 -0400 Subject: Core: Move tabbable into its own module Ref #9647 --- ui/dialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/dialog.js') diff --git a/ui/dialog.js b/ui/dialog.js index acb7814d1..16d650f97 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -32,7 +32,8 @@ "./position", "./resizable", "./safe-active-element", - "./safe-blur" + "./safe-blur", + "./tabbable" ], factory ); } else { -- cgit v1.2.3