aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index fe44c5e22..12b317101 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -61,7 +61,7 @@ import 'core-js/es7/reflect'
61 * user can disable parts of macroTask/DomEvents patch by setting following flags 61 * user can disable parts of macroTask/DomEvents patch by setting following flags
62 */ 62 */
63 63
64(window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame 64// (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
65// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick 65// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
66// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames 66// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
67/* 67/*