Bladeren bron

PDF.js version 1.0.1145

Pdf Bot 10 jaren geleden
bovenliggende
commit
949fae5b61
5 gewijzigde bestanden met toevoegingen van 16 en 16 verwijderingen
  1. 1 1
      bower.json
  2. 6 6
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 6 6
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
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"

+ 6 - 6
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);

+ 2 - 2
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

+ 6 - 6
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);

+ 1 - 1
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",