#5675 closed bug (duplicate)
if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data
Reported by: | heyow | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data. The second argument passed to the callback function is always the selector to which the event was bound.
See the attached example. The first result is '#test'. The second result is what i expected both to be: it is {key: 'value'}
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I just found out this bug was closed by #4532, sorry.