diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:08:51 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | 657b6d0f5862ca14f2bb996e105b20f0654483b6 (patch) | |
tree | b7c9f8a65b3d0e3d815777c69fd0b29f64fc680e /ui | |
parent | 149a1a2a824b09cec0202eba77ed3e51e9c165ae (diff) | |
download | jquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.tar.gz jquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.zip |
Sortable: Move sortable into widgets folder
Ref #13885
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/sortable.js (renamed from ui/sortable.js) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ui/sortable.js b/ui/widgets/sortable.js index ecf8bffb4..1d384a80e 100644 --- a/ui/sortable.js +++ b/ui/widgets/sortable.js @@ -20,13 +20,12 @@ // AMD. Register as an anonymous module. define([ "jquery", - "./core", - "./data", - "./version", - "./ie", - "./widgets/mouse", - "./scroll-parent", - "./widget" + "./mouse", + "../data", + "../ie", + "../scroll-parent", + "../version", + "../widget" ], factory ); } else { |