Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature-help-modal-header
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-BrandonJones authored Oct 3, 2017
2 parents 12eb50d + 4ecd1d6 commit a672032
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import { NgModule } from '@angular/core';

// Element matches polyfill
// https://developer.mozilla.org/en-US/docs/Web/API/Element/matches
if (!Element.prototype.matches) {
Element.prototype.matches =
Element.prototype.msMatchesSelector ||
Element.prototype.webkitMatchesSelector;
}

import { SKY_MODAL_PROVIDERS } from './modules/modal';
import { SKY_WAIT_PROVIDERS } from './modules/wait';

Expand Down

0 comments on commit a672032

Please sign in to comment.