Opened 14 years ago

Closed 14 years ago

#3944 closed bug (fixed)

Error when using navigation option in accordion

Reported by: ebartels Owned by:
Priority: blocker Milestone: 1.7
Component: ui.accordion Version: 1.6rc5
Keywords: navigation Cc:
Blocked by: Blocking:

Description

Line 25 reads:

if ( current.filter(options.header).length ) {
    this.active = current;
} else {

Should be:

if ( current.filter(o.header).length ) {
    this.active = current;
} else {

Change History (1)

comment:1 Changed 14 years ago by paul

Resolution: fixed
Status: newclosed

Thanks, fixed in r1799!

Note: See TracTickets for help on using tickets.