diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:59:40 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 3b2db14b3beb1d5abbb2b9d102b1afa14733fef2 (patch) | |
tree | 37d074ee121a4a711fd4c4802790a2b3460848d0 /ui/droppable.js | |
parent | 5efa98361e600ad9392297dd8550a873341fb615 (diff) | |
download | jquery-ui-3b2db14b3beb1d5abbb2b9d102b1afa14733fef2.tar.gz jquery-ui-3b2db14b3beb1d5abbb2b9d102b1afa14733fef2.zip |
Draggable: Move draggable into widgets folder
Ref #13885
Diffstat (limited to 'ui/droppable.js')
-rw-r--r-- | ui/droppable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/droppable.js b/ui/droppable.js index c6bd35004..ffa1db1c0 100644 --- a/ui/droppable.js +++ b/ui/droppable.js @@ -22,7 +22,7 @@ "./version", "./widget", "./mouse", - "./draggable" + "./widgets/draggable" ], factory ); } else { |