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(zepto): .is() only accepts selectors, reworked code to use pure DOM #149

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

vvo
Copy link
Contributor

@vvo vvo commented Jan 23, 2017

Zepto's .is only support selectors, not dom nodes: http://zeptojs.com/#is
DOMElement.contains() works on all browsers (IE5).

fixes #144

Zepto's .is only support selectors, not dom nodes: http://zeptojs.com/#is
DOMElement.contains() works on all browsers (IE5).

fixes #144
@vvo vvo mentioned this pull request Jan 23, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.902% when pulling a47a4d4 on fix/zepto-is-selector-only into c11e010 on master.

@kaelig
Copy link
Contributor

kaelig commented Jan 24, 2017

Thanks, when you merge that into master I'll merge it back into my branch!

@vvo vvo merged commit d70ef46 into master Jan 24, 2017
@vvo vvo deleted the fix/zepto-is-selector-only branch January 24, 2017 08:49
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.

SyntaxError in IE11
3 participants