diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:05:00 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | e59b596141d60b5aff4dbf1c384c62abfcf9c505 (patch) | |
tree | 09769f994aa6a4c9ca6e14e2ca31c4046e0a9119 /demos | |
parent | 5dc88353d49636798e99ae7c276c4a5ec14055d8 (diff) | |
download | jquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.tar.gz jquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.zip |
Resizable: Move resizable into widgets folder
Ref #13885
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 37f3321db..4f5dc8127 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -34,8 +34,8 @@ var widgets = [ "droppable", "menu", "mouse", - "progressbar" - + "progressbar", + "resizable" ]; function getPath( module ) { |