Closed tremby closed 6 years ago
Out of interest, why does the commit now on your master branch have a different SHA from mine? f321e5e (yours) vs 34ef4d0 (mine). They look identical to me.
Hmm.. I'm not sure, a kind of merge commit maybe? Strange.
This patch updates the Element.prototype.closest polyfill to the latest found at https://developer.mozilla.org/en-US/docs/Web/API/Element/closest#Polyfill
This polyfill now automatically pulls in the Element.prototype.matches polyfill as a dependency.
Closes #40