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

Convert to UMD modules #127

Merged
merged 4 commits into from Mar 13, 2013
Merged

Convert to UMD modules #127

merged 4 commits into from Mar 13, 2013

Commits on Mar 13, 2013

  1. Fix all runtime exceptions in the browser test suite

    Even with this change, browser based tests will still fail as buster's
    window.when is replaced by when's window.when. As when 2 is not
    backwards compatible, buster hangs.
    scothis committed Mar 13, 2013
    Copy the full SHA
    89fc8e8 View commit details
    Browse the repository at this point in the history
  2. Create a '*-test.js' matcher pattern to indicate test cases

    Other *.js files should not be considered test cases.
    scothis committed Mar 13, 2013
    Copy the full SHA
    9cd5d10 View commit details
    Browse the repository at this point in the history
  3. Remove test/isPromise from .jshintignore

    The warning are disabled inside the file.
    scothis committed Mar 13, 2013
    Copy the full SHA
    4fcb81f View commit details
    Browse the repository at this point in the history
  4. Convert to UMD modules

    - removed browser global support, modules all the way down
    - restored browser based buster tests
    
    Browser based buster tests will fail until
    busterjs/buster#348 is resolved and released.
    With the proposed patch applied the browser tests run as expected.
    scothis committed Mar 13, 2013
    2
    Copy the full SHA
    07817c4 View commit details
    Browse the repository at this point in the history