Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Component changed from ui.widget to ui.button
- Milestone changed from TBD to 1.9
Note: See
TracTickets for help on using
tickets.


Fixed in 02c3295.