Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Feb 15, 2022
1 parent addfb54 commit 5cd14e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/umd-standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
if (!obj.hasOwnProperty(path)) {
obj[path] = fn.apply(null, args);

// Trigger module load event. Don't bloat it with support IE11 out
// of the box. If needed, a polyfill for CustomEvent should do it.
if (typeof CustomEvent === 'function') {
window.dispatchEvent(
new CustomEvent(
Expand Down

0 comments on commit 5cd14e9

Please sign in to comment.