From 1869888838666b73c6956b046b60bfac7c9968ec Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 8 Nov 2011 08:50:01 -0800 Subject: [PATCH] Comment on the new flag. --- src/stream.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stream.js b/src/stream.js index de07e1387..d8a681a88 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)) {