Merge pull request #3810 from Joxtacy/add_event_to_globals_list

Add Event to globals list
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit e2652999e2

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

Loading…
Cancel
Save