mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix finger print, remove unused code
This commit is contained in:
parent
13764d7f76
commit
eba8f5a22c
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,7 @@ var WorkerMessageHandler = {
|
|||
pdfModel = new PDFDocument(new Stream(data));
|
||||
var doc = {
|
||||
numPages: pdfModel.numPages,
|
||||
fingerprint: pdfModel.fingerprint,
|
||||
fingerprint: pdfModel.getFingerprint(),
|
||||
destinations: pdfModel.catalog.destinations,
|
||||
outline: pdfModel.catalog.documentOutline,
|
||||
info: pdfModel.info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue