1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/src
Jonas Jenwald 8686baede5 Replace value === (value | 0) checks with Number.isInteger(value) in the src/ folder
Rather than doing what (at first) may seem like a fairly obscure comparison, using `Number.isInteger` will clearly indicate the intent of the code.
2017-09-09 14:12:52 +02:00
..
core Replace value === (value | 0) checks with Number.isInteger(value) in the src/ folder 2017-09-09 14:12:52 +02:00
display Replace value === (value | 0) checks with Number.isInteger(value) in the src/ folder 2017-09-09 14:12:52 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
doc_helper.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
license_header.js Replace copyright headers; changes UMD to CommonJS. 2017-02-08 16:35:58 -06:00
pdf.js Disables fetch when ReadableStream is not available. 2017-08-30 10:53:59 -05:00
pdf.worker.entry.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
pdf.worker.js Adds Streams API support for networking task of PDF.js project. 2017-07-28 02:32:30 +05:30
worker_loader.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00