mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Outline fix, destroy, and linting
This commit is contained in:
parent
fd58f04117
commit
3b83a42a91
2 changed files with 25 additions and 42 deletions
|
@ -107,7 +107,7 @@ var WorkerMessageHandler = {
|
|||
rotate: pdfPage.rotate,
|
||||
ref: pdfPage.ref,
|
||||
view: pdfPage.view,
|
||||
annotations: pdfPage.getAnnotations(), // REMOVE
|
||||
annotations: pdfPage.getAnnotations()
|
||||
};
|
||||
handler.send('getpage', {pageInfo: page});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue