Revert "feat: support passive event options by defining global variables in zone.js config file (#34503)"
This reverts commit d7d359e3ee
.
This commit is contained in:
@ -78,6 +78,5 @@
|
||||
global['__Zone_ignore_on_properties'] =
|
||||
[{target: TestTarget.prototype, ignoreProperties: ['prop1']}];
|
||||
global[zoneSymbolPrefix + 'FakeAsyncTestMacroTask'] = [{source: 'TestClass.myTimeout'}];
|
||||
global[zoneSymbolPrefix + 'UNPATCHED_EVENTS'] = ['scroll', 'wheel'];
|
||||
global[zoneSymbolPrefix + 'PASSIVE_EVENTS'] = ['touchstart', 'scroll'];
|
||||
global[zoneSymbolPrefix + 'UNPATCHED_EVENTS'] = ['scroll'];
|
||||
})(typeof window === 'object' && window || typeof self === 'object' && self || global);
|
||||
|
Reference in New Issue
Block a user