Skip to content

Commit 3f30564

Browse files
JonathanStoyeKent C. Dodds
authored and
Kent C. Dodds
committed
chore(event): cleanup commented out code (#425)
* chore(events): cleanup commented out code * chore(README): update contributors * Revert "chore(README): update contributors" This reverts commit d4033cf.
1 parent 4fed5ae commit 3f30564

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/events.js

-4
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ const eventMap = {
210210
EventType: 'Event',
211211
defaultInit: {bubbles: false, cancelable: false},
212212
},
213-
// error: {
214-
// EventType: Event,
215-
// defaultInit: {bubbles: false, cancelable: false},
216-
// },
217213
loadedData: {
218214
EventType: 'Event',
219215
defaultInit: {bubbles: false, cancelable: false},

0 commit comments

Comments
 (0)