#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: | ||
Blocked by: | Blocking: |
Description
Change History (6)
comment:1 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Milestone: | 1.next → 1.6 |
Owner: | set to john |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Owner: | john deleted |
---|
comment:3 Changed 12 years ago by
Type: | feature → bug |
---|
comment:4 Changed 12 years ago by
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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 12 years ago by
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
Note: See
TracTickets for help on using
tickets.
That should work? Sounds more like a feature to me. http://fiddle.jshell.net/np6Pa/3/