Skip to content

Commit

Permalink
fix(safari): fixes Intl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 12, 2019
1 parent 96c4188 commit adede93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polyfill-lib/intl/intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5856,4 +5856,5 @@
if ("__applyLocaleSensitivePrototypes" in Intl$1) {
Intl$1.__applyLocaleSensitivePrototypes();
}
_globalThis.IntlPolyfill = _globalThis.Intl;
})();

0 comments on commit adede93

Please sign in to comment.