mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-27 21:31:00 +02:00
For arrow functions that are both simple and short, we can avoid using explicit `return` to shorten them even further without hurting readability. For the `gulp mozcentral` build-target this reduces the overall size of the output by just under 1 kilo-byte (which isn't a lot but still can't hurt).