Bug Tracker

Opened 16 years ago

Closed 15 years ago

#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:
Blocked by: Blocking:

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 (1)

comment:1 Changed 15 years ago by scott.gonzal

Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.