Browse Source

PDF.js version 1.0.1145

master v1.0.1145
Pdf Bot 10 years ago
parent
commit
949fae5b61
  1. 2
      bower.json
  2. 12
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 12
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.0.1143", "version": "1.0.1145",
"main": [ "main": [
"build/pdf.js", "build/pdf.js",
"build/pdf.worker.js" "build/pdf.worker.js"

12
build/pdf.combined.js

@ -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.version = '1.0.1145';
PDFJS.build = '8614c17'; 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);

4
build/pdf.js

@ -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.version = '1.0.1145';
PDFJS.build = '8614c17'; 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

12
build/pdf.worker.js vendored

@ -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.version = '1.0.1145';
PDFJS.build = '8614c17'; 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
@ -33300,6 +33300,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 {
@ -33323,10 +33327,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);

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.0.1143", "version": "1.0.1145",
"description": "Generic build of Mozilla's PDF.js library.", "description": "Generic build of Mozilla's PDF.js library.",
"keywords": [ "keywords": [
"Mozilla", "Mozilla",

Loading…
Cancel
Save