Modify ↓
Ticket #11908 (closed bug: invalid)
special.teardown() method namespaces argument is not an array
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
special.teardown() method should have namespaces argument of type array, but this argument is RegExp object right now.
| special.teardown.call( elem, namespaces ) === false ) { |
namespaces is RegExp here
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.

We never documented that, and it's not useful anyway because the namespaces information is attributed to the jQuery event being added/removed and not the single shared internal event dispatcher that is being torn down. In short, don't look at that argument.