Skip to content

Commit 67040a4

Browse files
committed
Remove polyfills for IE11
1 parent 7373b13 commit 67040a4

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

pattern_library/static/pattern_library/src/js/app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import syntaxHighlighting from './components/syntax-highlighting';
66
import hideMenuMobile from './components/hide-menu-mobile';
77
import {setIframeSize, resizeIframe} from './components/iframe';
88
import {toggleNav, toggleNavItems} from './components/navigation';
9-
import foreachPolyfill from './polyfills/foreach-polyfill';
10-
import closestPolyfill from './polyfills/closest-polyfill';
11-
12-
foreachPolyfill();
13-
closestPolyfill();
149

1510
document.addEventListener('DOMContentLoaded', () => {
1611
syntaxHighlighting();

pattern_library/static/pattern_library/src/js/polyfills/closest-polyfill.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

pattern_library/static/pattern_library/src/js/polyfills/foreach-polyfill.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)