UNPKG

terra-abstract-modal

Version:

The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.

7 lines (6 loc) 264 B
"use strict"; // Source: https://developer.mozilla.org/en-US/docs/Web/API/Element/matches // Needed for IE11 and IE10 if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; }