eslint --fix
This commit is contained in:
parent
bb2de0f567
commit
d9aca590bb
38 changed files with 62 additions and 62 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import EventTargetPolyfill from '@ungap/event-target'
|
||||
|
||||
try {
|
||||
/* eslint-disable no-new */
|
||||
|
||||
new EventTarget()
|
||||
/* eslint-enable no-new */
|
||||
|
||||
} catch (e) {
|
||||
window.EventTarget = EventTargetPolyfill
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue