refactor: rename unpatched event flag in Zone from BLACK_LISTED_EVENTS to UNPATCHED_EVENTS (#29617)

Closes #28529

PR Close #29617
This commit is contained in:
JiaLiPassion
2019-07-17 14:16:22 -07:00
committed by atscott
parent 442f323a32
commit 53d13c3fc6
7 changed files with 21 additions and 21 deletions

View File

@ -6,4 +6,4 @@
* found in the LICENSE file at https://angular.io/license
*/
Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')] = ['scroll'];
Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];