Modify ↓
Ticket #9421 (closed bug: duplicate)
Passing 0 (zero) as an extra parameter to .trigger() fails.
| Reported by: | daimoneu@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6.2 |
| Component: | event | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The number 0 is converted to "undefined" when passed to the trigger function as a single extra parameter (not enclosed in an array).
Change History
comment:2 Changed 2 years ago by timmywil
- Priority changed from undecided to low
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from unfiled to event
- Milestone changed from 1.next to 1.6.2
This will be fixed in 1.6.2. http://jsfiddle.net/timmywil/gSFd4/3/
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.

Ouch! I'm sorry, this is a duplicate of Ticket #9285.