aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/fillspace.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-30 16:10:00 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-30 16:10:00 +0000
commit00b0b3661f31e79b65753f3c4b18ca26cc70404a (patch)
treeaec286bc202eb1acb6939836f8c0e42c5af9fe47 /demos/accordion/fillspace.html
parentb81f57ad3828fe559da2d13ee699cf267673a6ee (diff)
downloadjquery-ui-00b0b3661f31e79b65753f3c4b18ca26cc70404a.tar.gz
jquery-ui-00b0b3661f31e79b65753f3c4b18ca26cc70404a.zip
accordion: better default for header-option
Diffstat (limited to 'demos/accordion/fillspace.html')
-rw-r--r--demos/accordion/fillspace.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html
index 0a2f8ae16..c7c055606 100644
--- a/demos/accordion/fillspace.html
+++ b/demos/accordion/fillspace.html
@@ -11,7 +11,6 @@
<script type="text/javascript">
$(function() {
$("#accordion").accordion({
- header: "h3",
fillSpace: true
});
});