Search and Top Navigation
#5536 closed bug (fixed)
Opened April 22, 2010 01:25PM UTC
Closed April 23, 2010 04:11PM UTC
Last modified May 20, 2010 11:15AM UTC
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" );
Attachments (0)
Change History (3)
Changed April 23, 2010 04:11PM UTC by comment:1
| component: | ui.widget → ui.button |
|---|---|
| milestone: | TBD → 1.9 |
| resolution: | → fixed |
| status: | new → closed |
Changed May 02, 2010 01:42PM UTC by comment:2
Is there a special reason that this "bug" was fixed in version 1.9 and not 1.8.1?
Changed May 20, 2010 11:15AM UTC by comment:3
| milestone: | 1.9 → 1.8.2 |
|---|
Fixed in 02c3295.