aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:03:06 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:38 -0400
commit8b3005fd584fd637b38964ee8d09221da2490dbd (patch)
tree4ae99e682fee3fbbff889208eb3f0b3fc756bdbe /demos/bootstrap.js
parent59ea81003da93d74414989a6c49498183e501289 (diff)
downloadjquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.tar.gz
jquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.zip
Droppable: Move droppable 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 a182f7f1c..c45d5e3e0 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -30,7 +30,8 @@ var widgets = [
"button",
"datepicker",
"dialog",
- "draggable"
+ "draggable",
+ "droppable"
];
function getPath( module ) {