https://github.com/angular/angular
Raw File
Tip revision: c501e86fd2a9d4acff1d1106392b1d3d0ecb03a4 authored by Dylan Hunn on 18 August 2021, 17:15:31 UTC
release: cut the v12.2.2 release (#43195)
Tip revision: c501e86
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