diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:59:40 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 3b2db14b3beb1d5abbb2b9d102b1afa14733fef2 (patch) | |
tree | 37d074ee121a4a711fd4c4802790a2b3460848d0 /demos/bootstrap.js | |
parent | 5efa98361e600ad9392297dd8550a873341fb615 (diff) | |
download | jquery-ui-3b2db14b3beb1d5abbb2b9d102b1afa14733fef2.tar.gz jquery-ui-3b2db14b3beb1d5abbb2b9d102b1afa14733fef2.zip |
Draggable: Move draggable into widgets folder
Ref #13885
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r-- | demos/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 8cc8d3878..92632919c 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -29,7 +29,8 @@ var widgets = [ "autocomplete", "button", "datepicker", - "dialog" + "dialog", + "draggable" ]; function getPath( module ) { |