aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:08:51 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:39 -0400
commit657b6d0f5862ca14f2bb996e105b20f0654483b6 (patch)
treeb7c9f8a65b3d0e3d815777c69fd0b29f64fc680e /demos
parent149a1a2a824b09cec0202eba77ed3e51e9c165ae (diff)
downloadjquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.tar.gz
jquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.zip
Sortable: Move sortable into widgets folder
Ref #13885
Diffstat (limited to 'demos')
-rw-r--r--demos/bootstrap.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js
index 30eba22bd..e9343faa9 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -38,7 +38,8 @@ var widgets = [
"resizable",
"selectable",
"selectmenu",
- "slider"
+ "slider",
+ "sortable"
];
function getPath( module ) {