Browse Source

PDF.js version 1.4.199 - See mozilla/pdf.js@6c9f418aaee79a2f19dfb933dda3d1c8db1acddf

master v1.4.199
Pdf Bot 9 years ago
parent
commit
f2093bb853
  1. 2
      bower.json
  2. 4
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 4
      build/pdf.worker.js
  5. 7
      package.json

2
bower.json

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

4
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.197';
var pdfjsBuild = '47688b6';
var pdfjsVersion = '1.4.199';
var pdfjsBuild = '6c9f418';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?

4
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.197';
var pdfjsBuild = '47688b6';
var pdfjsVersion = '1.4.199';
var pdfjsBuild = '6c9f418';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?

4
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.197';
var pdfjsBuild = '47688b6';
var pdfjsVersion = '1.4.199';
var pdfjsBuild = '6c9f418';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?

7
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.4.197",
"version": "1.4.199",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
@ -11,6 +11,11 @@ @@ -11,6 +11,11 @@
"homepage": "http://mozilla.github.io/pdf.js/",
"bugs": "https://github.com/mozilla/pdf.js/issues",
"license": "Apache-2.0",
"browser": {
"entry?name=[hash]-worker.js!./pdf.worker.js": false,
"./build/pdf.worker.js": false,
"node-ensure": false
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/pdfjs-dist"

Loading…
Cancel
Save