Fix to match alpha ordering convention

pull/7769/head
john 4 years ago committed by GitHub
parent 5aecb3640f
commit 8c05364581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,8 +26,8 @@ export const globals = new Set([
'global',
'globalThis',
'history',
'HTMLElement',
'HTMLCanvasElement',
'HTMLElement',
'Infinity',
'InternalError',
'Intl',

Loading…
Cancel
Save