Skip to content

Instantly share code, notes, and snippets.

@eprev
Created December 26, 2016 17:54
Show Gist options
  • Save eprev/f4646123c514d5d9eb1a33c0e1a6d553 to your computer and use it in GitHub Desktop.
Save eprev/f4646123c514d5d9eb1a33c0e1a6d553 to your computer and use it in GitHub Desktop.
if (typeof Element.prototype.matches !== 'function') {
Element.prototype.matches = Element.prototype.msMatchesSelector;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment