diff options
author | Danny Trunk <dtrunk90@googlemail.com> | 2012-05-28 15:11:20 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-28 15:11:20 -0400 |
commit | 6e2f95f59d73d86a2b84faecba3fca593534b8c9 (patch) | |
tree | 0027d165ef02ba1e67543afd7ac5769203480344 /tests/unit/tabs/tabs_common.js | |
parent | 2662edf7393d2fbe594b22f6294e14725847a8e8 (diff) | |
download | jquery-ui-6e2f95f59d73d86a2b84faecba3fca593534b8c9.tar.gz jquery-ui-6e2f95f59d73d86a2b84faecba3fca593534b8c9.zip |
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
Diffstat (limited to 'tests/unit/tabs/tabs_common.js')
-rw-r--r-- | tests/unit/tabs/tabs_common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/tabs/tabs_common.js b/tests/unit/tabs/tabs_common.js index b98ff3575..a589515f8 100644 --- a/tests/unit/tabs/tabs_common.js +++ b/tests/unit/tabs/tabs_common.js @@ -4,6 +4,7 @@ TestHelpers.commonWidgetTests( "tabs", { collapsible: false, disabled: false, event: "click", + heightStyle: "content", hide: null, show: null, |