Bug Tracker

Ticket #1330 (closed bug: wontfix)

Opened 1 year ago

Last modified 5 months ago

Accordion - typo in setting the "onHide" callback

Reported by: Conrad Assigned to: stefan
Type: bug Priority: minor
Milestone: Component: interface
Version: Keywords: Accordion
Cc: Needs: Review

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,

Attachments

Change History

Changed 5 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to wontfix

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

Note: See TracTickets for help on using tickets.