accordion: fixed always open regression introduced by r1715

This commit is contained in:
Richard Worth 2009-01-22 02:43:16 +00:00
parent 621392624b
commit 4176d55bfb

View File

@ -372,7 +372,7 @@ $.widget("ui.accordion", {
$.extend($.ui.accordion, {
version: "@VERSION",
defaults: {
active: false,
active: null,
autoHeight: true,
alwaysOpen: true,
animated: 'slide',