Skip to content

Commit

Permalink
Add missing Event polyfill to Accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Dec 23, 2022
1 parent 4fbe2f1 commit 70b049e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/govuk/components/accordion/accordion.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { nodeListForEach, mergeConfigs, extractConfigByNamespace } from '../../common/index.mjs'
import { normaliseDataset } from '../../common/normalise-dataset.mjs'
import { I18n } from '../../i18n.mjs'
import '../../vendor/polyfills/Event.mjs'
import '../../vendor/polyfills/Function/prototype/bind.mjs'
import '../../vendor/polyfills/Element/prototype/classList.mjs'
import '../../vendor/polyfills/Element/prototype/closest.mjs'
Expand Down

0 comments on commit 70b049e

Please sign in to comment.