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 --- tests/unit/core/selector.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js index dee24809e..e553e769d 100644 --- a/tests/unit/core/selector.js +++ b/tests/unit/core/selector.js @@ -1,8 +1,9 @@ define( [ "jquery", - "ui/core", "ui/data", - "ui/focusable" + "ui/escape-selector", + "ui/focusable", + "ui/tabbable" ], function( $ ) { module( "core - selectors" ); -- cgit v1.2.3