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 {
Note: See
TracTickets for help on using
tickets.
Thanks, fixed in r1799!