From 475ccefd97ec24d76cfa6767c007501c14934ba6 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Thu, 16 Jul 2015 09:09:14 -0400 Subject: Core: Move focusable into its own module Ref #9647 --- tests/unit/core/selector.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/core') diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js index 14f1de70e..dee24809e 100644 --- a/tests/unit/core/selector.js +++ b/tests/unit/core/selector.js @@ -1,7 +1,8 @@ define( [ "jquery", "ui/core", - "ui/data" + "ui/data", + "ui/focusable" ], function( $ ) { module( "core - selectors" ); -- cgit v1.2.3