Modify ↓
Ticket #1330 (closed bug: wontfix)
Accordion - typo in setting the "onHide" callback
| Reported by: | Conrad | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | interface | Version: | |
| Keywords: | Accordion | Cc: | |
| Blocking: | Blocked by: |
Description
During the initialization method in Accordion, the option line:
onHide: options.onShow && typeof options.onHide == 'function' ? options.onHide : false,
should be
onHide: options.onHide && typeof options.onHide == 'function' ? options.onHide : false,
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Interface is no longer supported; consider switching to jQuery UI.