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

Fix readystatechange #130

Merged
merged 4 commits into from
Dec 11, 2015
Merged

Commits on Nov 18, 2015

  1. - Add readystatechange to xhr events regardless of the browser supp…

    …orting `onload`, for ajax implementations that still rely on readystatechange
    
    - Move `evts` into function closure so multiple calls to `createPassthrough` don't result in duplicate entries in `evts`.
    adamjmcgrath committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    512d696 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Fix typo

    adamjmcgrath committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    c8895da View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Configuration menu
    Copy the full SHA
    d54013e View commit details
    Browse the repository at this point in the history
  2. Missing a var

    adamjmcgrath committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    094a991 View commit details
    Browse the repository at this point in the history