https://github.com/angular/angular
Raw File
Tip revision: f1108fea766167f06e229bfd7992d4119838a3d4 authored by Matias Niemelä on 24 October 2017, 06:28:28 UTC
docs: add changelog for 5.0.0-rc.5
Tip revision: f1108fe
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