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/selectable.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/selectable.js')
-rw-r--r-- | ui/selectable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/selectable.js b/ui/selectable.js index ec4895d15..160fcf56d 100644 --- a/ui/selectable.js +++ b/ui/selectable.js @@ -21,7 +21,7 @@ define([ "jquery", "./version", - "./mouse", + "./widgets/mouse", "./widget" ], factory ); } else { |