aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/droppable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r--ui/widgets/droppable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index 551828b6d..3a8bd7109 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -20,7 +20,7 @@
define([
"jquery",
"./draggable",
- "../mouse",
+ "./mouse",
"../version",
"../widget"
], factory );