mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Adds types definitions (jsdoc) for the PDFViewer code.
This commit is contained in:
parent
3773972dce
commit
a89bba35b2
7 changed files with 200 additions and 6 deletions
|
@ -92,8 +92,11 @@ var PDFView = {
|
|||
pdfDocument: null,
|
||||
sidebarOpen: false,
|
||||
printing: false,
|
||||
/** @type {PDFViewer} */
|
||||
pdfViewer: null,
|
||||
/** @type {PDFThumbnailViewer} */
|
||||
pdfThumbnailViewer: null,
|
||||
/** @type {PDFRenderingQueue} */
|
||||
pdfRenderingQueue: null,
|
||||
pageRotation: 0,
|
||||
updateScaleControls: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue