1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/src
Jonas Jenwald 0ddf52aca5 Remove the special handling for nameddests that look like standard pageNumbers
PR 7341 added special handling for `nameddest`s that look like pageNumbers, to prevent issues since we previously *incorrectly* supported specifying a pageNumber directly in the hash; i.e. `#10` versus the correct `#page=10` format.

Since this behaviour wasn't correct, PR 7757 fixed and deprecated the old format, which means that we no longer need to maintain the `nameddest` hack in multiple files.
2017-05-20 11:29:29 +02:00
..
core Remove the special handling for nameddests that look like standard pageNumbers 2017-05-20 11:29:29 +02:00
display Adds additional parameter so background color of canvas can be set 2017-05-17 17:06:44 +01:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared fix(svg) adjust strategy for decoding JPEG images 2017-05-08 11:32:44 +08: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
main_loader.js fix(svg) adjust strategy for decoding JPEG images 2017-05-08 11:32:44 +08:00
pdf.js fix(svg) adjust strategy for decoding JPEG images 2017-05-08 11:32:44 +08: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