aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-15 20:23:44 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:37 -0400
commit72bfafbedea4973b803abeefc97637f246b11c89 (patch)
tree501addde9d778f56695ce48b405e97f86dd72cdc /ui/draggable.js
parent6064a5e0487428d53bd694dcebce952730992c46 (diff)
downloadjquery-ui-72bfafbedea4973b803abeefc97637f246b11c89.tar.gz
jquery-ui-72bfafbedea4973b803abeefc97637f246b11c89.zip
Core: Move scrollParent into its own module
Ref #9647
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 );