From 75045dfae448163f02dbe02288e87c955ff4ae7d Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Tue, 30 Dec 2014 10:49:52 +0000 Subject: [PATCH] PDF.js version 1.0.1033 --- bower.json | 2 +- build/pdf.combined.js | 6 +++--- build/pdf.js | 4 ++-- build/pdf.worker.js | 6 +++--- package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 9c0649594..fecb0f124 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1031", + "version": "1.0.1033", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index c6a671d25..31f99fbf0 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.1031'; -PDFJS.build = 'f1689cf'; +PDFJS.version = '1.0.1033'; +PDFJS.build = '6e66e30'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -39290,7 +39290,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { if (!this.eoblock && this.row === this.rows - 1) { this.eof = true; - } else if (this.eoline || !this.byteAlign) { + } else { code1 = this.lookBits(12); if (this.eoline) { while (code1 !== EOF && code1 !== 1) { diff --git a/build/pdf.js b/build/pdf.js index a1e03670d..ace736344 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.1031'; -PDFJS.build = 'f1689cf'; +PDFJS.version = '1.0.1033'; +PDFJS.build = '6e66e30'; (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 eba658577..fdaff57ee 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.1031'; -PDFJS.build = 'f1689cf'; +PDFJS.version = '1.0.1033'; +PDFJS.build = '6e66e30'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -33154,7 +33154,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() { if (!this.eoblock && this.row === this.rows - 1) { this.eof = true; - } else if (this.eoline || !this.byteAlign) { + } else { code1 = this.lookBits(12); if (this.eoline) { while (code1 !== EOF && code1 !== 1) { diff --git a/package.json b/package.json index e183868e4..aa393891d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1031", + "version": "1.0.1033", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",