Skip to content

Commit a9cefd8

Browse files
authored
Merge pull request #91 from tsparticles/sweep/fix-gha-run
[Sweep GHA Fix] Fix failing GitHub Actions run
2 parents f770c11 + 07b3041 commit a9cefd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/ionic-demo/src/polyfills.ts

Lines changed: 3 additions & 3 deletions
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)