aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/widgets/dialog.js2
-rw-r--r--ui/widgets/resizable.js (renamed from ui/resizable.js)10
2 files changed, 6 insertions, 6 deletions
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 88f8c93de..40f6c614f 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -25,7 +25,7 @@
"./button",
"./draggable",
"./mouse",
- "../resizable",
+ "./resizable",
"../focusable",
"../keycode",
"../position",
diff --git a/ui/resizable.js b/ui/widgets/resizable.js
index 8513efe81..95cf918d9 100644
--- a/ui/resizable.js
+++ b/ui/widgets/resizable.js
@@ -22,11 +22,11 @@
// AMD. Register as an anonymous module.
define([
"jquery",
- "./disable-selection",
- "./widgets/mouse",
- "./plugin",
- "./version",
- "./widget"
+ "./mouse",
+ "../disable-selection",
+ "../plugin",
+ "../version",
+ "../widget"
], factory );
} else {