From adede93475c8ed86cbdb66ca38d83778edd6df0a Mon Sep 17 00:00:00 2001 From: wessberg Date: Tue, 12 Mar 2019 13:37:46 +0100 Subject: [PATCH] fix(safari): fixes Intl issue --- polyfill-lib/intl/intl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/polyfill-lib/intl/intl.js b/polyfill-lib/intl/intl.js index 702af6f..035e0b8 100644 --- a/polyfill-lib/intl/intl.js +++ b/polyfill-lib/intl/intl.js @@ -5856,4 +5856,5 @@ if ("__applyLocaleSensitivePrototypes" in Intl$1) { Intl$1.__applyLocaleSensitivePrototypes(); } + _globalThis.IntlPolyfill = _globalThis.Intl; })();