Skip to content

Commit

Permalink
Add 'Event' polyfill
Browse files Browse the repository at this point in the history
Makes sure addEventListener works in older browsers such as IE8.
  • Loading branch information
NickColley committed Apr 30, 2018
1 parent b6770c3 commit 72f0d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/error-summary/error-summary.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import '../globals/polyfills/Event' // addEventListener

function ErrorSummary ($module) {
this.$module = $module
}
Expand Down

0 comments on commit 72f0d3e

Please sign in to comment.