@jetshop/core 6.2.2 → 6.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/polyfills.js +1 -1
package/package.json
CHANGED
package/polyfills.js
CHANGED
@@ -34,7 +34,7 @@ export const createPolyfill = (locale, usePolyfilling) => {
|
|
34
34
|
|
35
35
|
// If polyfill.io does not respond, start the shop anyway
|
36
36
|
if (${usePolyfilling}) {
|
37
|
-
setTimeout(()
|
37
|
+
setTimeout(function () {
|
38
38
|
if(!window.polyFillsLoaded) {
|
39
39
|
window.bootShop();
|
40
40
|
}
|