Custom events custom data access
Reported by MadRabbit | August 12th, 2010 @ 09:29 AM | in 2.0.0 Release
Currently the custom data ain't copied for the custom events
$(document).on('boo', function(event) {
event._.hoo; // -> 'zoo'
event.hoo; // -> undefined
}).fire('boo', {hoo: 'zoo'});
It should copy it to the object level that what the developers would expect it to do
Comments and changes to this ticket
-
MadRabbit August 12th, 2010 @ 10:11 AM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.