diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:57:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | dd6a99f1400a3636467f9c775a2aba4bfa7e19d0 (patch) | |
tree | c31114ec36cc3d28eed87ff60df3a818086bf0ba /demos | |
parent | 4c6b1463ea2be3e44f85bd13ef9780229ec0f2d4 (diff) | |
download | jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.tar.gz jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.zip |
Button: Move button 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 71d2e4ef3..a2ce072ea 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -26,7 +26,8 @@ var effectsAll = [ ]; var widgets = [ "accordion", - "autocomplete" + "autocomplete", + "button" ]; function getPath( module ) { |