Skip to content

Commit 07b3041

Browse files
feat: Updated apps/ionic-demo/src/polyfills.ts
1 parent f770c11 commit 07b3041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/ionic-demo/src/polyfills.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
*
4242
* The following flags will work for all browsers.
4343
*
44-
* (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
45-
* (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
46-
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
44+
* (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch for requestAnimationFrame
45+
* (window as any).__Zone_disable_on_property = true; // disable patch for onProperty events
46+
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch for specified eventNames
4747
*
4848
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
4949
* with the following flag, it will bypass `zone.js` patch for IE/Edge

0 commit comments

Comments
 (0)