Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map lowercase mouse events in #simulate #77

Merged
merged 1 commit into from
Jan 14, 2016
Merged

Map lowercase mouse events in #simulate #77

merged 1 commit into from
Jan 14, 2016

Commits on Jan 14, 2016

  1. Map lowercase native events to React camelcase

    React camelcases a bunch of events that JS has in all lower case. This
    PR adds a map of them so people can call `simulate` with either the
    React version or the native event version.
    
    Fixes #29.
    jackfranklin committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    2f303b2 View commit details
    Browse the repository at this point in the history