mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion demos: Removed trailing commas.
This commit is contained in:
parent
052f36e29e
commit
a5cebfaa6a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user