Browse Source

PDF.js version 1.1.60

master v1.1.60
Pdf Bot 10 years ago
parent
commit
c1de2fd883
  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 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.1.58",
"version": "1.1.60",
"main": [
"build/pdf.js",
"build/pdf.worker.js"

7
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.1.58';
PDFJS.build = 'cba36bc';
PDFJS.version = '1.1.60';
PDFJS.build = 'cadbb81';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -16030,7 +16030,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() { @@ -16030,7 +16030,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
this.cf = dict.get('CF');
this.stmf = dict.get('StmF') || identityName;
this.strf = dict.get('StrF') || identityName;
this.eff = dict.get('EFF') || this.strf;
this.eff = dict.get('EFF') || this.stmf;
}
}
@ -16105,6 +16105,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() { @@ -16105,6 +16105,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
return CipherTransformFactory;
})();
var PatternType = {
FUNCTION_BASED: 1,
AXIAL: 2,

4
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.1.58';
PDFJS.build = 'cba36bc';
PDFJS.version = '1.1.60';
PDFJS.build = 'cadbb81';
(function pdfjsWrapper() {
// 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') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.1.58';
PDFJS.build = 'cba36bc';
PDFJS.version = '1.1.60';
PDFJS.build = 'cadbb81';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -9682,7 +9682,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() { @@ -9682,7 +9682,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
this.cf = dict.get('CF');
this.stmf = dict.get('StmF') || identityName;
this.strf = dict.get('StrF') || identityName;
this.eff = dict.get('EFF') || this.strf;
this.eff = dict.get('EFF') || this.stmf;
}
}
@ -9757,6 +9757,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() { @@ -9757,6 +9757,7 @@ var CipherTransformFactory = (function CipherTransformFactoryClosure() {
return CipherTransformFactory;
})();
var PatternType = {
FUNCTION_BASED: 1,
AXIAL: 2,

2
package.json

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

Loading…
Cancel
Save