diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 17:08:07 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 677fdbf7bef71d12998191e0b97c2c5cd34349be (patch) | |
tree | c1aa952e3c44a9123930df8dfe86a872967b6113 /ui/sortable.js | |
parent | 64076ecfb5870130d89733ff34668fdd18683f9b (diff) | |
download | jquery-ui-677fdbf7bef71d12998191e0b97c2c5cd34349be.tar.gz jquery-ui-677fdbf7bef71d12998191e0b97c2c5cd34349be.zip |
Core: Move $.ui.ie into its own module
Ref #9647
Diffstat (limited to 'ui/sortable.js')
-rw-r--r-- | ui/sortable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/sortable.js b/ui/sortable.js index 8bd267649..2258e3c62 100644 --- a/ui/sortable.js +++ b/ui/sortable.js @@ -22,6 +22,7 @@ "jquery", "./core", "./data", + "./ie", "./mouse", "./version", "./widget" |