Modify ↓
Ticket #6266 (closed bug: duplicate)
Unbinding custom events results in TypeError
| Reported by: | gillis | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | event | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
test case
var fn = new function(){}; jQuery(fn).bind('customEvent',function(){}); jQuery(fn).unbind();
result
type: TypeError lineNumber : 2074 message: elem.removeEventListener is not a function
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.

Duplicate of #6184.