https://github.com/angular/angular
Raw File
Tip revision: e3140ae888ac4037a5f119efaec7b1eaf8726286 authored by Jason Aden on 13 December 2017, 19:26:01 UTC
docs: add changelog for 5.1.1
Tip revision: e3140ae
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