diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:03:06 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 8b3005fd584fd637b38964ee8d09221da2490dbd (patch) | |
tree | 4ae99e682fee3fbbff889208eb3f0b3fc756bdbe /ui | |
parent | 59ea81003da93d74414989a6c49498183e501289 (diff) | |
download | jquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.tar.gz jquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.zip |
Droppable: Move droppable into widgets folder
Ref #13885
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/droppable.js (renamed from ui/droppable.js) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/droppable.js b/ui/widgets/droppable.js index ffa1db1c0..551828b6d 100644 --- a/ui/droppable.js +++ b/ui/widgets/droppable.js @@ -19,10 +19,10 @@ // AMD. Register as an anonymous module. define([ "jquery", - "./version", - "./widget", - "./mouse", - "./widgets/draggable" + "./draggable", + "../mouse", + "../version", + "../widget" ], factory ); } else { |