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

Kill React.initializeTouchEvents for good #3442

Merged
merged 1 commit into from
Mar 19, 2015

Commits on Mar 17, 2015

  1. Kill React.initializeTouchEvents for good

    Now that facebook#1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
    sophiebits committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    9c4c2f5 View commit details
    Browse the repository at this point in the history