aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/fillspace.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/accordion/fillspace.html')
-rw-r--r--demos/accordion/fillspace.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html
index 675161310..bb33ee857 100644
--- a/demos/accordion/fillspace.html
+++ b/demos/accordion/fillspace.html
@@ -12,7 +12,7 @@
$(function() {
$("#accordion").accordion({
header: "h3",
- fillSpace: true,
+ fillSpace: true
});
});
$(function() {