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