id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
1330,"Accordion - typo in setting the ""onHide"" callback",Conrad,stefan,"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,",bug,closed,minor,,interface,,wontfix,Accordion,,,
