Skip to content

Commit

Permalink
fix: fixes typo of zone.js patch vrdisplaydisconnected property (#33581)
Browse files Browse the repository at this point in the history
Close #33579

PR Close #33581
  • Loading branch information
JiaLiPassion authored and alxhub committed Nov 18, 2019
1 parent 1218ce4 commit 1b7aa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zone.js/lib/browser/property-descriptor.ts
Expand Up @@ -144,7 +144,7 @@ const windowEventNames = [
'unhandledrejection', 'unhandledrejection',
'unload', 'unload',
'userproximity', 'userproximity',
'vrdisplyconnected', 'vrdisplayconnected',
'vrdisplaydisconnected', 'vrdisplaydisconnected',
'vrdisplaypresentchange' 'vrdisplaypresentchange'
]; ];
Expand Down

0 comments on commit 1b7aa05

Please sign in to comment.