Revision 33f812016427d0d124abd1dca661d52de2bb9f4f authored by Igor Minar on 06 April 2018, 23:33:44 UTC, committed by Igor Minar on 06 April 2018, 23:33:44 UTC
1 parent 2cc2389
Raw File
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