Add Event to globals list

pull/7738/head
Jesper Hasselquist 6 years ago
parent 2e4db17303
commit 2bcb82ed01

@ -15,6 +15,7 @@ export const globals = new Set([
'encodeURIComponent', 'encodeURIComponent',
'Error', 'Error',
'EvalError', 'EvalError',
'Event',
'history', 'history',
'Infinity', 'Infinity',
'InternalError', 'InternalError',

Loading…
Cancel
Save