Side navigation
#1330 closed bug (wontfix)
Opened June 27, 2007 11:11PM UTC
Closed March 31, 2008 02:12AM UTC
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,
Attachments (0)
Change History (1)
Changed March 31, 2008 02:12AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.