aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/draggable.js')
-rw-r--r--ui/draggable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/draggable.js b/ui/draggable.js
index b2169703f..007adf58d 100644
--- a/ui/draggable.js
+++ b/ui/draggable.js
@@ -20,12 +20,12 @@
// AMD. Register as an anonymous module.
define([
"jquery",
- "./core",
"./data",
"./mouse",
"./plugin",
"./safe-active-element",
"./safe-blur",
+ "./scroll-parent",
"./version",
"./widget"
], factory );