https://github.com/angular/angular
Revision c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC, committed by Dylan Hunn on 04 May 2022, 20:07:02 UTC
1 parent 2dbdebc
Raw File
Tip revision: c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC
docs: release notes for the v13.3.6 release (#45874)
Tip revision: c988487
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