1
0
Fork 0
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:
Yury Delendik 2012-04-11 17:09:55 -07:00
parent fd58f04117
commit 3b83a42a91
2 changed files with 25 additions and 42 deletions

View file

@ -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});
});