Browse Source

PDF.js version 1.4.203 - See mozilla/pdf.js@6123c0367f325ad97780545314815c788e82db04

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

2
bower.json

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

4
build/pdf.combined.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.4.201'; var pdfjsVersion = '1.4.203';
var pdfjsBuild = '911a2ca'; var pdfjsBuild = '6123c03';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

4
build/pdf.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {}));
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.4.201'; var pdfjsVersion = '1.4.203';
var pdfjsBuild = '911a2ca'; var pdfjsBuild = '6123c03';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

4
build/pdf.worker.js vendored

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {}));
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
'use strict'; 'use strict';
var pdfjsVersion = '1.4.201'; var pdfjsVersion = '1.4.203';
var pdfjsBuild = '911a2ca'; var pdfjsBuild = '6123c03';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

3
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.4.201", "version": "1.4.203",
"main": "build/pdf.js", "main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.", "description": "Generic build of Mozilla's PDF.js library.",
"keywords": [ "keywords": [
@ -16,6 +16,7 @@
"./build/pdf.worker.js": false, "./build/pdf.worker.js": false,
"node-ensure": false "node-ensure": false
}, },
"format": "amd",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mozilla/pdfjs-dist" "url": "https://github.com/mozilla/pdfjs-dist"

Loading…
Cancel
Save