mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-14 11:05:52 +02: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.