Skip to content

Commit

Permalink
Ensure initial <summary> elements are polyfilled
Browse files Browse the repository at this point in the history
- Regression introduced in 1d17534
- Fixes test coverage added in 1eb7db8
  • Loading branch information
javan committed Nov 6, 2018
1 parent 1eb7db8 commit 1f4361f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function polyfillToggleEvent() {
}

function polyfillAccessibility() {
setAccessibilityAttributes(document)
if (window.MutationObserver) {
new MutationObserver(mutations => {
forEach.call(mutations, mutation => {
Expand Down

0 comments on commit 1f4361f

Please sign in to comment.