1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00
pdf.js/src
Jonas Jenwald 15f0963f51 Fix a typo, in the Catalog.numPages getter, than prevents shadowing from working correctly
Looking at the blame, it seems that this typo was present even before PR 700 (almost six years ago).
The result of using `'num'`, rather than the *correct* `'numPages'` string, is that the `Catalog.numPages` getter isn't actually being shadowed.
2017-07-20 12:35:09 +02:00
..
core Fix a typo, in the Catalog.numPages getter, than prevents shadowing from working correctly 2017-07-20 12:35:09 +02:00
display Merge pull request #8620 from Rob--W/issue-8560-improve-png-compression 2017-07-14 07:23:38 -05:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Add Number.isNaN and Number.isInteger polyfills in compatibility.js, since the Streams polyfill relies on them 2017-07-13 12:02:14 +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 Removes last UMDs from the modules. 2017-05-31 07:14:17 -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 ES6 modules: remove UMD header validation 2017-03-04 21:43:25 +01:00
worker_loader.js Replaces RequireJS to SystemJS. 2017-02-27 08:32:39 -06:00