#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
Component: | ui.widget → ui.button |
---|---|
Milestone: | TBD → 1.9 |
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
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
Milestone: | 1.9 → 1.8.2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in 02c3295.