mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion: fixed always open regression introduced by r1715
This commit is contained in:
parent
621392624b
commit
4176d55bfb
@ -372,7 +372,7 @@ $.widget("ui.accordion", {
|
|||||||
$.extend($.ui.accordion, {
|
$.extend($.ui.accordion, {
|
||||||
version: "@VERSION",
|
version: "@VERSION",
|
||||||
defaults: {
|
defaults: {
|
||||||
active: false,
|
active: null,
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
alwaysOpen: true,
|
alwaysOpen: true,
|
||||||
animated: 'slide',
|
animated: 'slide',
|
||||||
|
Loading…
Reference in New Issue
Block a user