Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zepto): .is() only accepts selectors, reworked code to use pure DOM
Zepto's .is only support selectors, not dom nodes: http://zeptojs.com/#is DOMElement.contains() works on all browsers (IE5). fixes #144
- Loading branch information