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 /demos/bootstrap.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 'demos/bootstrap.js')
-rw-r--r-- | demos/bootstrap.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 5a5d88889..37f3321db 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -33,7 +33,9 @@ var widgets = [ "draggable", "droppable", "menu", + "mouse", "progressbar" + ]; function getPath( module ) { |