https://github.com/angular/angular
Revision 09dcf8639682c02b61d1df3c42f5578374125712 authored by Joey Perrott on 24 March 2021, 16:17:05 UTC, committed by GitHub on 24 March 2021, 16:17:05 UTC
1 parent 2d183f6
Raw File
Tip revision: 09dcf8639682c02b61d1df3c42f5578374125712 authored by Joey Perrott on 24 March 2021, 16:17:05 UTC
release: cut the v11.2.7 release (#41336)
Tip revision: 09dcf86
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