Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5536 closed bug (fixed)

Mission semicolon on line 5368

Reported by: ruflin Owned by:
Priority: minor Milestone: 1.8.2
Component: ui.button Version: 1.8
Keywords: Cc:
Blocked by: Blocking:

Description

Since version 1.8 (1.8rc3 works) there is a missing semicolon on line 5368 in jquery-ui-1.8.custom.js . Like this compressing the jQuery file doesn't work anymore.

The problem can be fixed by adding the semicolon at the end of the line:

.button( "destroy" );

Change History (3)

comment:1 Changed 13 years ago by Scott González

Component: ui.widgetui.button
Milestone: TBD1.9
Resolution: fixed
Status: newclosed

Fixed in 02c3295.

comment:2 Changed 13 years ago by ruflin

Is there a special reason that this "bug" was fixed in version 1.9 and not 1.8.1?

comment:3 Changed 13 years ago by rdworth

Milestone: 1.91.8.2
Note: See TracTickets for help on using tickets.