]> git.parisson.com Git - pdf.js.git/commitdiff
Comment on the new flag.
authorBrendan Dahl <brendan.dahl@gmail.com>
Tue, 8 Nov 2011 16:50:01 +0000 (08:50 -0800)
committerBrendan Dahl <brendan.dahl@gmail.com>
Tue, 8 Nov 2011 16:50:01 +0000 (08:50 -0800)
src/stream.js

index de07e1387e0e1efb07d298ffa5716a983b0e2af3..d8a681a88b7ada121d0e3f6edf877f2180d62448 100644 (file)
@@ -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)) {