aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/options.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/options.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/options.js')
-rw-r--r--tests/unit/selectable/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/options.js b/tests/unit/selectable/options.js
index cdbfb4aab..6bb898d26 100644
--- a/tests/unit/selectable/options.js
+++ b/tests/unit/selectable/options.js
@@ -1,6 +1,6 @@
define( [
"jquery",
- "ui/selectable"
+ "ui/widgets/selectable"
], function( $ ) {
module("selectable: options");