https://github.com/angular/angular
Raw File
Tip revision: bf656d64b8fc66ad2a39dccdee59f993a6c202ed authored by Miško Hevery on 18 October 2018, 17:50:41 UTC
release: cut the v7.0.0 release
Tip revision: bf656d6
test-events.js
/**
 * @license
 * Copyright Google Inc. 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__('BLACK_LISTED_EVENTS')] = ['scroll'];
back to top