diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:10:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:10:00 -0400 |
commit | 054b208a9990fd71d30285e707ad53dae5a48247 (patch) | |
tree | 257e0b2a2139fb1c584f43c8ec43e2a405916a6f /tests/unit/all-active.html | |
parent | 056f83fb0124fef9cbcad7a95b6bb517294a8ea0 (diff) | |
download | jquery-ui-054b208a9990fd71d30285e707ad53dae5a48247.tar.gz jquery-ui-054b208a9990fd71d30285e707ad53dae5a48247.zip |
Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
Diffstat (limited to 'tests/unit/all-active.html')
-rw-r--r-- | tests/unit/all-active.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/all-active.html b/tests/unit/all-active.html index 36719acdf..f842aa5cc 100644 --- a/tests/unit/all-active.html +++ b/tests/unit/all-active.html @@ -36,7 +36,6 @@ //"sortable/sortable.html", "spinner/spinner.html", "tabs/tabs.html", - "tabs/tabs_deprecated.html", "tooltip/tooltip.html", "widget/widget.html" ]; |