| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ var intervalFired = false; | |||
| 32 | 32 | */ | |
| 33 | 33 | ||
| 34 | 34 | var monoTimer = new Timer(); | |
| 35 | - monoTimer.ontimeout = function() { | ||
| 35 | + monoTimer[Timer.kOnTimeout] = function() { | ||
| 36 | 36 | /* | |
| 37 | 37 | * Make sure that setTimeout's and setInterval's callbacks have | |
| 38 | 38 | * already fired, otherwise it means that they are vulnerable to | |
| Back | FazBrowse Home | New Git URL |
0 commit comments