Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #6184.