Skip to content

Commit

Permalink
MS Edge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olafur-palsson committed Mar 24, 2020
1 parent 624743b commit d9384d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/imask/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { default as HTMLMaskElement } from './controls/html-mask-element.js';
export { default as HTMLContenteditableMaskElement } from './controls/html-contenteditable-mask-element.js';
export { createPipe, pipe, PIPE_TYPE } from './masked/pipe.js';


globalThis.IMask = IMask;
try {
globalThis.IMask = IMask;
} catch(e) {}
export default IMask;

0 comments on commit d9384d3

Please sign in to comment.