aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:08:11 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:39 -0400
commit149a1a2a824b09cec0202eba77ed3e51e9c165ae (patch)
tree9eb0109a7eba5cc93728bb3678f2781194d9f92c /demos/bootstrap.js
parente7c9e8877e76a8d668756b1f752e12d17a2b124f (diff)
downloadjquery-ui-149a1a2a824b09cec0202eba77ed3e51e9c165ae.tar.gz
jquery-ui-149a1a2a824b09cec0202eba77ed3e51e9c165ae.zip
Slider: Move slider 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 a773d20e6..30eba22bd 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -37,7 +37,8 @@ var widgets = [
"progressbar",
"resizable",
"selectable",
- "selectmenu"
+ "selectmenu",
+ "slider"
];
function getPath( module ) {