aboutsummaryrefslogtreecommitdiffstats
path: root/ui/sortable.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/sortable.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/sortable.js')
-rw-r--r--ui/sortable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/sortable.js b/ui/sortable.js
index 2258e3c62..cb89c30e6 100644
--- a/ui/sortable.js
+++ b/ui/sortable.js
@@ -22,9 +22,10 @@
"jquery",
"./core",
"./data",
+ "./version",
"./ie",
"./mouse",
- "./version",
+ "./scroll-parent",
"./widget"
], factory );
} else {