mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
This commit converts `var` to `const`/`let`, gives the variables more readable names and annotates the code to make the flow clearer.
This commit converts `var` to `const`/`let`, gives the variables more readable names and annotates the code to make the flow clearer.