aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:03:37 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:38 -0400
commit8140d0c9017a1060155662a229fec49e82530117 (patch)
treeb0a5b42e0a1bd6942dfb90ea66e478f1887a4274 /demos/bootstrap.js
parent8b3005fd584fd637b38964ee8d09221da2490dbd (diff)
downloadjquery-ui-8140d0c9017a1060155662a229fec49e82530117.tar.gz
jquery-ui-8140d0c9017a1060155662a229fec49e82530117.zip
Menu: Move menu into widgets folder
Ref #13885
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r--demos/bootstrap.js3
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 ) {