1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix title info for PDF document

This commit is contained in:
Yury Delendik 2012-04-12 15:56:17 -07:00
parent f955befc4b
commit dee158d80c
2 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,7 @@ var WorkerMessageHandler = {
fingerprint: pdfModel.getFingerprint(),
destinations: pdfModel.catalog.destinations,
outline: pdfModel.catalog.documentOutline,
info: pdfModel.info,
info: pdfModel.getDocumentInfo(),
metadata: pdfModel.catalog.metadata
};
handler.send('GetDoc', {pdfInfo: doc});