diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 20:23:44 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | 72bfafbedea4973b803abeefc97637f246b11c89 (patch) | |
tree | 501addde9d778f56695ce48b405e97f86dd72cdc /ui/sortable.js | |
parent | 6064a5e0487428d53bd694dcebce952730992c46 (diff) | |
download | jquery-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.js | 3 |
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 { |