googlearchive / polymer-gestures

84 stars 27 forks source link

eventFactory.js creates 'Event' object #63

Open llamadonica opened 10 years ago

llamadonica commented 10 years ago

This is more of an enhancement request:

eventFactory.js creates an Event object. This prevents me from doing type recognition in Dart and doesn't allow Dart users access to custom properties that emulate MouseEvent. It would be preferable to use a CustomEvent, even if it meant doubling up on properties (i.e. putting them in the detail object AND the event)