We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7373b13 commit 67040a4Copy full SHA for 67040a4
pattern_library/static/pattern_library/src/js/app.js
@@ -6,11 +6,6 @@ import syntaxHighlighting from './components/syntax-highlighting';
6
import hideMenuMobile from './components/hide-menu-mobile';
7
import {setIframeSize, resizeIframe} from './components/iframe';
8
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();
14
15
document.addEventListener('DOMContentLoaded', () => {
16
syntaxHighlighting();
pattern_library/static/pattern_library/src/js/polyfills/closest-polyfill.js
pattern_library/static/pattern_library/src/js/polyfills/foreach-polyfill.js
0 commit comments