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

Stop shimming async for requirejs #206

Merged
merged 1 commit into from
Jan 21, 2016
Merged

Stop shimming async for requirejs #206

merged 1 commit into from
Jan 21, 2016

Commits on Jan 21, 2016

  1. Stop shimming async for requirejs

    It does support it, support was just slightly broken. Have forked async
    to fix, now using that fork.
    
    Using the global meant that it was actually using the global async that
    was defined most recently. Which, for browser tests, happened to be the
    (rather) old one that karma-nodeunit defines inline (!)
    (https://github.com/karma-runner/karma-nodeunit/blob/master/lib/nodeunit.js#L500)
    SimonWoolf committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    140c5a4 View commit details
    Browse the repository at this point in the history