Skip to main content

Search and Top Navigation

#3896 closed bug (fixed)

Opened January 21, 2009 08:14AM UTC

Closed January 21, 2009 01:37PM UTC

clearStyle broken in ui.accordion

Reported by: ebartels Owned by:
Priority: blocker Milestone: 1.7
Component: ui.accordion Version: 1.6rc5
Keywords: accordion, clearStyle Cc:
Blocked by: Blocking:
Description

[1678] broke the clearStyle option. A simple typo on line 359

http://ui.jquery.com/bugs/browser/trunk/ui/ui.accordion.js#L359

o.toShow.add(o.toHide).css({

should be:

this.toShow.add(this.toHide).css({
Attachments (0)
Change History (1)

Changed January 21, 2009 01:37PM UTC by jzaefferer comment:1

resolution: → fixed
status: newclosed

Fixed in r1734.