|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.0.608';
|
|
|
-PDFJS.build = 'cbdaf85';
|
|
|
+PDFJS.version = '1.0.610';
|
|
|
+PDFJS.build = '3dce05f';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
|
// Use strict in our context only - users might not want it
|
|
@@ -37027,6 +37027,8 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|
|
if (code1 === 1) {
|
|
|
this.eatBits(12);
|
|
|
gotEOL = true;
|
|
|
+ } else if (code1 === EOF) {
|
|
|
+ this.eof = true;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -37039,7 +37041,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|
|
this.eatBits(1);
|
|
|
}
|
|
|
|
|
|
- if (this.eoblock && !this.eoline && this.byteAlign) {
|
|
|
+ if (this.eoblock && gotEOL && this.byteAlign) {
|
|
|
code1 = this.lookBits(12);
|
|
|
if (code1 === 1) {
|
|
|
this.eatBits(12);
|