@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/polyfills.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/core",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
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
  }