From: Brendan Dahl Date: Tue, 8 Nov 2011 16:50:01 +0000 (-0800) Subject: Comment on the new flag. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1869888838666b73c6956b046b60bfac7c9968ec;p=pdf.js.git Comment on the new flag. --- diff --git a/src/stream.js b/src/stream.js index de07e13..d8a681a 100644 --- a/src/stream.js +++ b/src/stream.js @@ -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)) {