Browse Source

PDF.js version 1.4.35 - See mozilla/pdf.js@5d797e1a850fbe99fb4343621c611bfb5da767f3

master v1.4.35
Pdf Bot 9 years ago
parent
commit
184078f874
  1. 2
      bower.json
  2. 8
      build/pdf.combined.js
  3. 8
      build/pdf.js
  4. 8
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

8
build/pdf.combined.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.4.33';
var pdfjsBuild = '365bc99';
var pdfjsVersion = '1.4.35';
var pdfjsBuild = '5d797e1';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -2643,9 +2643,9 @@ function warn(msg) { @@ -2643,9 +2643,9 @@ function warn(msg) {
}
}
// Deprecated API function -- treated as warnings.
// Deprecated API function -- display regardless of the PDFJS.verbosity setting.
function deprecated(details) {
warn('Deprecated API usage: ' + details);
console.log('Deprecated API usage: ' + details);
}
// Fatal errors that should trigger the fallback UI and halt execution by

8
build/pdf.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.4.33';
var pdfjsBuild = '365bc99';
var pdfjsVersion = '1.4.35';
var pdfjsBuild = '5d797e1';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -369,9 +369,9 @@ function warn(msg) { @@ -369,9 +369,9 @@ function warn(msg) {
}
}
// Deprecated API function -- treated as warnings.
// Deprecated API function -- display regardless of the PDFJS.verbosity setting.
function deprecated(details) {
warn('Deprecated API usage: ' + details);
console.log('Deprecated API usage: ' + details);
}
// Fatal errors that should trigger the fallback UI and halt execution by

8
build/pdf.worker.js vendored

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.4.33';
var pdfjsBuild = '365bc99';
var pdfjsVersion = '1.4.35';
var pdfjsBuild = '5d797e1';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -2575,9 +2575,9 @@ function warn(msg) { @@ -2575,9 +2575,9 @@ function warn(msg) {
}
}
// Deprecated API function -- treated as warnings.
// Deprecated API function -- display regardless of the PDFJS.verbosity setting.
function deprecated(details) {
warn('Deprecated API usage: ' + details);
console.log('Deprecated API usage: ' + details);
}
// Fatal errors that should trigger the fallback UI and halt execution by

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.4.33",
"version": "1.4.35",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [

Loading…
Cancel
Save