Browse Source

PDF.js version 1.0.645

master v1.0.645
Yury Delendik 10 years ago
parent
commit
69601a17c9
  1. 2
      bower.json
  2. 7
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 7
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.0.643", "version": "1.0.645",
"keywords": [ "keywords": [
"Mozilla", "Mozilla",
"pdf", "pdf",

7
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.643'; PDFJS.version = '1.0.645';
PDFJS.build = 'e5aeb14'; PDFJS.build = '66bfb9c';
(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
@ -11371,7 +11371,7 @@ var ColorSpace = (function ColorSpaceClosure() {
var range = IR[1].Range; var range = IR[1].Range;
return new LabCS(whitePoint, blackPoint, range); return new LabCS(whitePoint, blackPoint, range);
default: default:
error('Unkown name ' + name); error('Unknown name ' + name);
} }
return null; return null;
}; };
@ -12092,7 +12092,6 @@ var LabCS = (function LabCSClosure() {
})(); })();
var ARCFourCipher = (function ARCFourCipherClosure() { var ARCFourCipher = (function ARCFourCipherClosure() {
function ARCFourCipher(key) { function ARCFourCipher(key) {
this.a = 0; this.a = 0;

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.643'; PDFJS.version = '1.0.645';
PDFJS.build = 'e5aeb14'; PDFJS.build = '66bfb9c';
(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

7
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.643'; PDFJS.version = '1.0.645';
PDFJS.build = 'e5aeb14'; PDFJS.build = '66bfb9c';
(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
@ -6514,7 +6514,7 @@ var ColorSpace = (function ColorSpaceClosure() {
var range = IR[1].Range; var range = IR[1].Range;
return new LabCS(whitePoint, blackPoint, range); return new LabCS(whitePoint, blackPoint, range);
default: default:
error('Unkown name ' + name); error('Unknown name ' + name);
} }
return null; return null;
}; };
@ -7235,7 +7235,6 @@ var LabCS = (function LabCSClosure() {
})(); })();
var ARCFourCipher = (function ARCFourCipherClosure() { var ARCFourCipher = (function ARCFourCipherClosure() {
function ARCFourCipher(key) { function ARCFourCipher(key) {
this.a = 0; this.a = 0;

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.0.643", "version": "1.0.645",
"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