TBSAccordionItem fix for itemClass usage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

TBSAccordionItem fix for itemClass usage

Brad Selfridge

The class TBSAccordion has a method called "itemClass" that is never used. The method "add:title:" has a reference to the class "TBSAccordionItem" but should be using "itemClass" instead.  I would like to  subclass "TBSAccordionItem" but am unable to without being forced to also subclass "TBSAccordion" also.

Can this change be made?

Thank you,
Brad Selfridge