mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
Merge pull request #3810 from Joxtacy/add_event_to_globals_list
Add Event to globals list
This commit is contained in:
commit
292017c8d4
@ -15,6 +15,7 @@ export const globals = new Set([
|
||||
'encodeURIComponent',
|
||||
'Error',
|
||||
'EvalError',
|
||||
'Event',
|
||||
'history',
|
||||
'Infinity',
|
||||
'InternalError',
|
||||
|
Loading…
Reference in New Issue
Block a user