mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-15 19:45:47 +02:00
This patch avoids having to calculate the scale twice by saving it in the properties object. Moreover, we remove a temporary variable and place parentheses around a calculation inside a string concatenation.