mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Accordion demos: Removed trailing commas.
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
$("#accordion").accordion({
|
||||
header: "h3",
|
||||
icons: {
|
||||
header: "ui-icon-circle-arrow-e",
|
||||
headerSelected: "ui-icon-circle-arrow-s"}
|
||||
header: "ui-icon-circle-arrow-e",
|
||||
headerSelected: "ui-icon-circle-arrow-s"
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#accordion").accordion({
|
||||
header: "h3",
|
||||
header: "h3"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
$(function() {
|
||||
$("#accordion").accordion({
|
||||
header: "h3",
|
||||
fillSpace: true,
|
||||
fillSpace: true
|
||||
});
|
||||
});
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user