msn0 / mdn-polyfills

MDN polyfills - from, forEach, filter, find, findIndex, assign, includes, create, entries, of, repeat, startsWith, endsWith, toggleAttribute, bind, MouseEvent, CustomEvent, padEnd, padStart
https://msn0.github.io/mdn-polyfills
175 stars 25 forks source link

Update Element.prototype.closest #41

Closed tremby closed 6 years ago

tremby commented 6 years ago

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

tremby commented 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.

msn0 commented 6 years ago

Hmm.. I'm not sure, a kind of merge commit maybe? Strange.