mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Minor nit fixes for api.js
This commit is contained in:
parent
33a9696518
commit
4fe1e41c35
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
PasswordResponses, Util, loadScript,
|
||||
FontFace */
|
||||
|
||||
'use strict';
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* The maximum allowed image size in total pixels e.g. width * height. Images
|
||||
|
@ -64,7 +64,7 @@ PDFJS.workerSrc = PDFJS.workerSrc === undefined ? null : PDFJS.workerSrc;
|
|||
/**
|
||||
* Disable range request loading of PDF files. When enabled and if the server
|
||||
* supports partial content requests then the PDF will be fetched in chunks.
|
||||
* Enabled(false) by default.
|
||||
* Enabled (false) by default.
|
||||
* @var {Boolean}
|
||||
*/
|
||||
PDFJS.disableRange = PDFJS.disableRange === undefined ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue