Modify ↓
Ticket #8854 (closed bug: fixed)
Bug in minifier process
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.6 |
| Component: | build | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm not sure what has gone wrong but in the minified version of jQuery
| b } |
| b); }. |
The minifying process removes the to boolean conversion. There may be more cases of this.
It now either returns undefined or [context, args]
You may want to look into your confidence that minifying does not change functionality.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Confirmed http://jsfiddle.net/timmywil/8xgcD/