diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:04:22 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 92e267903ebc4c1c0fc26468055296dd906ef76b (patch) | |
tree | 5e4421f691e68163c4eefb50ba08a44a66b70b7c /demos | |
parent | 8140d0c9017a1060155662a229fec49e82530117 (diff) | |
download | jquery-ui-92e267903ebc4c1c0fc26468055296dd906ef76b.tar.gz jquery-ui-92e267903ebc4c1c0fc26468055296dd906ef76b.zip |
Progressbar: Move progressbar into widgets folder
Ref #13885
Diffstat (limited to 'demos')
-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 15f220c21..5a5d88889 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -32,7 +32,8 @@ var widgets = [ "dialog", "draggable", "droppable", - "menu" + "menu", + "progressbar" ]; function getPath( module ) { |