aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/droppable.js2
-rw-r--r--ui/widgets/dialog.js2
-rw-r--r--ui/widgets/draggable.js (renamed from ui/draggable.js)16
3 files changed, 10 insertions, 10 deletions
diff --git a/ui/droppable.js b/ui/droppable.js
index c6bd35004..ffa1db1c0 100644
--- a/ui/droppable.js
+++ b/ui/droppable.js
@@ -22,7 +22,7 @@
"./version",
"./widget",
"./mouse",
- "./draggable"
+ "./widgets/draggable"
], factory );
} else {
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 96e004b6c..856ad9bb0 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -23,9 +23,9 @@
define( [
"jquery",
"./button",
+ "./draggable",
"../mouse",
"../resizable",
- "../draggable",
"../focusable",
"../keycode",
"../position",
diff --git a/ui/draggable.js b/ui/widgets/draggable.js
index 007adf58d..e26be73b1 100644
--- a/ui/draggable.js
+++ b/ui/widgets/draggable.js
@@ -20,14 +20,14 @@
// AMD. Register as an anonymous module.
define([
"jquery",
- "./data",
- "./mouse",
- "./plugin",
- "./safe-active-element",
- "./safe-blur",
- "./scroll-parent",
- "./version",
- "./widget"
+ "../mouse",
+ "../data",
+ "../plugin",
+ "../safe-active-element",
+ "../safe-blur",
+ "../scroll-parent",
+ "../version",
+ "../widget"
], factory );
} else {