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

Move onscroll detection #2181

Merged
merged 2 commits into from
Sep 11, 2014
Merged

Move onscroll detection #2181

merged 2 commits into from
Sep 11, 2014

Commits on Sep 10, 2014

  1. Move IE8 onscroll check

    Rather than checking if document.onscroll exists in EventPluginHub
    (which is agnostic of the DOM) do it in ReactDOMComponent
    Andrew Rasmussen committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    7ae8909 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Move onscroll warning test

    This moves it to the appropriate place to accomodate the move of the check.
    zpao committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    def41df View commit details
    Browse the repository at this point in the history