Browse Source

PDF.js version 1.4.79 - See mozilla/pdf.js@9eedfc128c526d3155955ef825a952d627780922

master v1.4.79
Pdf Bot 9 years ago
parent
commit
ec6dc6fdcf
  1. 2
      bower.json
  2. 22140
      build/pdf.combined.js
  3. 6
      build/pdf.js
  4. 17174
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

22140
build/pdf.combined.js

File diff suppressed because it is too large Load Diff

6
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.76'; var pdfjsVersion = '1.4.79';
var pdfjsBuild = '45fea88'; var pdfjsBuild = '9eedfc1';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -8978,7 +8978,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() {
* title: string, * title: string,
* bold: boolean, * bold: boolean,
* italic: boolean, * italic: boolean,
* color: rgb array, * color: rgb Uint8Array,
* dest: dest obj, * dest: dest obj,
* url: string, * url: string,
* items: array of more items like this * items: array of more items like this

17174
build/pdf.worker.js vendored

File diff suppressed because it is too large Load Diff

2
package.json

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

Loading…
Cancel
Save