https://github.com/angular/angular
Raw File
Tip revision: dd2a650c3455f3bc0a88f8181758a84aacb25fea authored by Matias Niemelä on 29 August 2018, 23:20:28 UTC
release: cut the v7.0.0-beta.4 release
Tip revision: dd2a650
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