mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-30 06:41:00 +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.