Skip to content

Commit

Permalink
Remove es6 polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Sep 26, 2023
1 parent ee8cfac commit 0ee83b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@
"path": "bower_components/es-module-shims/dist/es-module-shims.js",
"_comment": "See also https://github.com/guybedford/es-module-shims/. MIT license."
},
"es6-promise": {
"url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
},
"ext-greenwich-bootstrap3": {
"url": "https://github.com/twbs/bootstrap-sass/archive/v{$version}.zip",
"path": "ext/greenwich/extern/bootstrap3",
Expand Down
5 changes: 0 additions & 5 deletions templates/CRM/common/l10n.js.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,5 @@
functions: []
};
// Load polyfill
if (!('Promise' in window)) {
CRM.loadScript(CRM.config.resourceBase + 'bower_components/es6-promise/es6-promise.auto.min.js');
}
})(jQuery);
{/literal}

0 comments on commit 0ee83b3

Please sign in to comment.