diff options
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 ) { |