aboutsummaryrefslogtreecommitdiffstats
path: root/ui
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 /ui
parente59b596141d60b5aff4dbf1c384c62abfcf9c505 (diff)
downloadjquery-ui-2a279db00a2d808884e887c90c9bd9bd40afb31f.tar.gz
jquery-ui-2a279db00a2d808884e887c90c9bd9bd40afb31f.zip
Selectable: Move selectable into widgets folder
Ref #13885
Diffstat (limited to 'ui')
-rw-r--r--ui/widgets/selectable.js (renamed from ui/selectable.js)6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/selectable.js b/ui/widgets/selectable.js
index 160fcf56d..4edf46ad6 100644
--- a/ui/selectable.js
+++ b/ui/widgets/selectable.js
@@ -20,9 +20,9 @@
// AMD. Register as an anonymous module.
define([
"jquery",
- "./version",
- "./widgets/mouse",
- "./widget"
+ "./mouse",
+ "../version",
+ "../widget"
], factory );
} else {