diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:03:37 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 8140d0c9017a1060155662a229fec49e82530117 (patch) | |
tree | b0a5b42e0a1bd6942dfb90ea66e478f1887a4274 /demos | |
parent | 8b3005fd584fd637b38964ee8d09221da2490dbd (diff) | |
download | jquery-ui-8140d0c9017a1060155662a229fec49e82530117.tar.gz jquery-ui-8140d0c9017a1060155662a229fec49e82530117.zip |
Menu: Move menu into widgets folder
Ref #13885
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index c45d5e3e0..15f220c21 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -31,7 +31,8 @@ var widgets = [ "datepicker", "dialog", "draggable", - "droppable" + "droppable", + "menu" ]; function getPath( module ) { |