aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/events.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:05:54 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:38 -0400
commit2a279db00a2d808884e887c90c9bd9bd40afb31f (patch)
tree3d27d54b9e09e4fad20042d152f4604778d2a2b5 /tests/unit/selectable/events.js
parente59b596141d60b5aff4dbf1c384c62abfcf9c505 (diff)
downloadjquery-ui-2a279db00a2d808884e887c90c9bd9bd40afb31f.tar.gz
jquery-ui-2a279db00a2d808884e887c90c9bd9bd40afb31f.zip
Selectable: Move selectable into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/selectable/events.js')
-rw-r--r--tests/unit/selectable/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/events.js b/tests/unit/selectable/events.js
index 6eb99f325..5d4e48996 100644
--- a/tests/unit/selectable/events.js
+++ b/tests/unit/selectable/events.js
@@ -1,7 +1,7 @@
define( [
"jquery",
"lib/helper",
- "ui/selectable"
+ "ui/widgets/selectable"
], function( $, testHelpers ) {
module("selectable: events");