diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:11:35 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | 18486cb60cd0718e2f7b60bbd3976e95a2a94875 (patch) | |
tree | dd489c076bc7acbd428c6e3119a07e854850303e /demos | |
parent | 33e135061fb85d9078537d26b1b2a5461c3802e4 (diff) | |
download | jquery-ui-18486cb60cd0718e2f7b60bbd3976e95a2a94875.tar.gz jquery-ui-18486cb60cd0718e2f7b60bbd3976e95a2a94875.zip |
Tabs: Move tabs into widgets directory
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 7a6202d18..7407de3e4 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -40,7 +40,8 @@ var widgets = [ "selectmenu", "slider", "sortable", - "spinner" + "spinner", + "tabs" ]; function getPath( module ) { |