Modify ↓
Ticket #8893 (closed bug: fixed)
jQuery.proxy( context, name ) bug in 1.6b1
| Reported by: | caii | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.6 |
| Component: | core | Version: | 1.6b1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Change History
comment:1 Changed 2 years ago by john
- Owner set to john
- Priority changed from undecided to blocker
- Status changed from new to assigned
- Component changed from unfiled to core
- Milestone changed from 1.next to 1.6
comment:4 Changed 2 years ago by timmywil
That should work? Sounds more like a feature to me. http://fiddle.jshell.net/np6Pa/3/
comment:5 Changed 2 years ago by John Resig
- Status changed from assigned to closed
- Resolution set to fixed
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
Changeset: f408aa43143f257fbcf29a79747e5f5f99339f21
comment:6 Changed 2 years ago by John Resig
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
Changeset: 15da298f72bf94a95563abc12b8e6fec8c604099
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.
