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/resizable.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/resizable.js')
-rw-r--r-- | ui/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/resizable.js b/ui/resizable.js index ca36f2ca2..8513efe81 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -23,7 +23,7 @@ define([ "jquery", "./disable-selection", - "./mouse", + "./widgets/mouse", "./plugin", "./version", "./widget" |