diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:18:43 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 5dc88353d49636798e99ae7c276c4a5ec14055d8 (patch) | |
tree | 9c923a9b9c5fac081fe8525e42b1f4ae46f98a81 /ui/widgets/droppable.js | |
parent | 92e267903ebc4c1c0fc26468055296dd906ef76b (diff) | |
download | jquery-ui-5dc88353d49636798e99ae7c276c4a5ec14055d8.tar.gz jquery-ui-5dc88353d49636798e99ae7c276c4a5ec14055d8.zip |
Mouse: Move mouse into widgets folder
Ref #13885
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r-- | ui/widgets/droppable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js index 551828b6d..3a8bd7109 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -20,7 +20,7 @@ define([ "jquery", "./draggable", - "../mouse", + "./mouse", "../version", "../widget" ], factory ); |