mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion: added missing defaults (fixes #3884)
This commit is contained in:
parent
929e2dadfa
commit
b6bf540c0d
@ -372,15 +372,19 @@ $.widget("ui.accordion", {
|
||||
$.extend($.ui.accordion, {
|
||||
version: "@VERSION",
|
||||
defaults: {
|
||||
active: false,
|
||||
autoHeight: true,
|
||||
alwaysOpen: true,
|
||||
animated: 'slide',
|
||||
clearStyle: false,
|
||||
event: "click",
|
||||
fillSpace: false,
|
||||
header: "a",
|
||||
icons: {
|
||||
header: "ui-icon-triangle-1-e",
|
||||
headerSelected: "ui-icon-triangle-1-s"
|
||||
},
|
||||
navigation: false,
|
||||
navigationFilter: function() {
|
||||
return this.href.toLowerCase() == location.href.toLowerCase();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user