aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-16 09:09:14 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:36 -0400
commit475ccefd97ec24d76cfa6767c007501c14934ba6 (patch)
tree075cd4a1a518cac8e801e9ed5c0c6e6bc1f37cb4 /tests
parent4916487440b0c087e6e5996522cf478af26df591 (diff)
downloadjquery-ui-475ccefd97ec24d76cfa6767c007501c14934ba6.tar.gz
jquery-ui-475ccefd97ec24d76cfa6767c007501c14934ba6.zip
Core: Move focusable into its own module
Ref #9647
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/core/selector.js3
1 files changed, 2 insertions, 1 deletions
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" );