Skip to content

Commit

Permalink
chore(event): cleanup commented out code (#425)
Browse files Browse the repository at this point in the history
* chore(events): cleanup commented out code

* chore(README): update contributors

* Revert "chore(README): update contributors"

This reverts commit d4033cf.
  • Loading branch information
JonathanStoye authored and Kent C. Dodds committed Jan 6, 2020
1 parent 4fed5ae commit 3f30564
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/events.js
Expand Up @@ -210,10 +210,6 @@ const eventMap = {
EventType: 'Event',
defaultInit: {bubbles: false, cancelable: false},
},
// error: {
// EventType: Event,
// defaultInit: {bubbles: false, cancelable: false},
// },
loadedData: {
EventType: 'Event',
defaultInit: {bubbles: false, cancelable: false},
Expand Down

0 comments on commit 3f30564

Please sign in to comment.