diff --git a/bower.json b/bower.json index 6aa1bc1b7..8b33fa841 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1143", + "version": "1.0.1145", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 3f3dc2df0..6bda4bac5 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1143'; -PDFJS.build = '8614c17'; +PDFJS.version = '1.0.1145'; +PDFJS.build = '76a24d8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -39625,6 +39625,10 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { var gotEOL = false; + if (this.byteAlign) { + this.inputBits &= ~7; + } + if (!this.eoblock && this.row === this.rows - 1) { this.eof = true; } else { @@ -39648,10 +39652,6 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { } } - if (this.byteAlign && !gotEOL) { - this.inputBits &= ~7; - } - if (!this.eof && this.encoding > 0) { this.nextLine2D = !this.lookBits(1); this.eatBits(1); diff --git a/build/pdf.js b/build/pdf.js index 4b379d94a..bfc8fdfe2 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1143'; -PDFJS.build = '8614c17'; +PDFJS.version = '1.0.1145'; +PDFJS.build = '76a24d8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index a3e554903..276ca19f9 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.1143'; -PDFJS.build = '8614c17'; +PDFJS.version = '1.0.1145'; +PDFJS.build = '76a24d8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -33300,6 +33300,10 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { var gotEOL = false; + if (this.byteAlign) { + this.inputBits &= ~7; + } + if (!this.eoblock && this.row === this.rows - 1) { this.eof = true; } else { @@ -33323,10 +33327,6 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { } } - if (this.byteAlign && !gotEOL) { - this.inputBits &= ~7; - } - if (!this.eof && this.encoding > 0) { this.nextLine2D = !this.lookBits(1); this.eatBits(1); diff --git a/package.json b/package.json index 6459fea57..273f71d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1143", + "version": "1.0.1145", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",