aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:10:12 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:39 -0400
commit33e135061fb85d9078537d26b1b2a5461c3802e4 (patch)
tree84a37c996e2c2e80b22bcb73ed87ba459af78059 /demos/bootstrap.js
parent657b6d0f5862ca14f2bb996e105b20f0654483b6 (diff)
downloadjquery-ui-33e135061fb85d9078537d26b1b2a5461c3802e4.tar.gz
jquery-ui-33e135061fb85d9078537d26b1b2a5461c3802e4.zip
Spinner: Move spinner 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 e9343faa9..7a6202d18 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -39,7 +39,8 @@ var widgets = [
"selectable",
"selectmenu",
"slider",
- "sortable"
+ "sortable",
+ "spinner"
];
function getPath( module ) {