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/dialog.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/dialog.js')
-rw-r--r-- | ui/widgets/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index 856ad9bb0..88f8c93de 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -24,7 +24,7 @@ "jquery", "./button", "./draggable", - "../mouse", + "./mouse", "../resizable", "../focusable", "../keycode", |