#309 ✓resolved
MadRabbit

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

RightJS Core Tickets

Shared Ticket Bins

People watching this ticket

Tags

Pages