diff options
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 { |