Skip to content

Commit 4176d55

Browse files
committed
accordion: fixed always open regression introduced by r1715
1 parent 6213926 commit 4176d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/ui.accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ $.widget("ui.accordion", {
372372
$.extend($.ui.accordion, {
373373
version: "@VERSION",
374374
defaults: {
375-
active: false,
375+
active: null,
376376
autoHeight: true,
377377
alwaysOpen: true,
378378
animated: 'slide',

0 commit comments

Comments
 (0)