mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Comment on the new flag.
This commit is contained in:
parent
9bb2b881b0
commit
1869888838
1 changed files with 2 additions and 0 deletions
|
@ -793,6 +793,8 @@ var JpegStream = (function jpegStream() {
|
|||
// TODO: per poppler, some images may have 'junk' before that
|
||||
// need to be removed
|
||||
this.dict = dict;
|
||||
|
||||
// Flag indicating wether the image can be natively loaded.
|
||||
this.isNative = true;
|
||||
|
||||
if (isAdobeImage(bytes)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue