https://github.com/angular/angular
Raw File
Tip revision: 3a2b5906aebbeab1d62a258b50bb7c0149df0b71 authored by Zach Arend on 14 April 2021, 19:34:31 UTC
release: cut the v11.2.10 release
Tip revision: 3a2b590
test-events.js
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];
back to top