pdf.js/test/resources
Jonas Jenwald df79b831f4 Fix the global variable definitions in test/resources/reftest-analyzer.js (issue 13862)
It shouldn't be necessary to assign these variables to the global scope (as far as I can tell), either explicitly with `window` or implicitly with `var`, and this way we don't need to disable the ESLint `no-undef` rule; fixes another small part of issue 13862.

*Please note:* I wasn't going to put additional work into this code after PR 13869, however these changes looked so simple that I figured trying to get rid of the few remaining "Code scanning alerts" wouldn't hurt.
However, this file would still very much benefit from additional clean-up and re-factoring work, since it's quite old and currently contains some dead code (commented out).
2021-08-06 11:45:55 +02:00
..
favicon.ico Add favicon.ico file 2011-06-24 19:25:03 -07:00
reftest-analyzer.css Fix *most* linting/formatting issues in the test/resources/ folder 2021-08-04 13:59:21 +02:00
reftest-analyzer.html Magnifier positioning in reftest analyzer 2020-03-10 19:09:15 +02:00
reftest-analyzer.js Fix the global variable definitions in test/resources/reftest-analyzer.js (issue 13862) 2021-08-06 11:45:55 +02:00