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

Breaking: Use NativeDOM by default (fixes #76) #97

Merged
merged 1 commit into from
Aug 13, 2015
Merged

Breaking: Use NativeDOM by default (fixes #76) #97

merged 1 commit into from
Aug 13, 2015

Conversation

nzakas
Copy link
Contributor

@nzakas nzakas commented Aug 12, 2015

Switches the default JS file to be native instead of jQuery (both in dist and for package.json).

Also, added tests of the API to verify the change is correct and to avoid situations like the great missing DOMEventDelegate caper.

@boxcla
Copy link

boxcla commented Aug 12, 2015

Verified that @nzakas has signed the CLA. Thanks for the pull request!

@@ -31,7 +31,6 @@ var NODE = 'node ', // intentional extra space

// Utilities - intentional extra space at the end of each string
ISTANBUL = NODE + NODE_MODULES + 'istanbul/lib/cli.js ',
MOCHA = NODE_MODULES + 'mocha/bin/_mocha ',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason to remove this? do we risk using the globally installed mocha instead in the api-test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't being used at all, so this was just a bit of cleanup.

@j3tan
Copy link
Contributor

j3tan commented Aug 13, 2015

lgtm!

nzakas added a commit that referenced this pull request Aug 13, 2015
Breaking: Use NativeDOM by default (fixes #76)
@nzakas nzakas merged commit 0a193e0 into master Aug 13, 2015
@nzakas nzakas deleted the issue76 branch August 13, 2015 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants