|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
}
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.0.1143';
|
|
|
|
-PDFJS.build = '8614c17';
|
|
|
|
|
|
+PDFJS.version = '1.0.1145';
|
|
|
|
+PDFJS.build = '76a24d8';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
(function pdfjsWrapper() {
|
|
// Use strict in our context only - users might not want it
|
|
// Use strict in our context only - users might not want it
|
|
@@ -39625,6 +39625,10 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|
|
|
|
|
var gotEOL = false;
|
|
var gotEOL = false;
|
|
|
|
|
|
|
|
+ if (this.byteAlign) {
|
|
|
|
+ this.inputBits &= ~7;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (!this.eoblock && this.row === this.rows - 1) {
|
|
if (!this.eoblock && this.row === this.rows - 1) {
|
|
this.eof = true;
|
|
this.eof = true;
|
|
} else {
|
|
} else {
|
|
@@ -39648,10 +39652,6 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- if (this.byteAlign && !gotEOL) {
|
|
|
|
- this.inputBits &= ~7;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
if (!this.eof && this.encoding > 0) {
|
|
if (!this.eof && this.encoding > 0) {
|
|
this.nextLine2D = !this.lookBits(1);
|
|
this.nextLine2D = !this.lookBits(1);
|
|
this.eatBits(1);
|
|
this.eatBits(1);
|