Browse Source

PDF.js version 1.4.87 - See mozilla/pdf.js@c53581f4e54026487393bb978b0dbb260ed8e13c

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

2
bower.json

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

8
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.85'; var pdfjsVersion = '1.4.87';
var pdfjsBuild = 'ebe6fb2'; var pdfjsBuild = 'c53581f';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -48485,13 +48485,9 @@ var TextAnnotation = (function TextAnnotationClosure() {
} }
this.data.hasPopup = dict.has('Popup'); this.data.hasPopup = dict.has('Popup');
if (!this.data.hasPopup) {
// There is no associated Popup annotation, so the Text annotation
// must create its own popup.
this.data.title = stringToPDFString(dict.get('T') || ''); this.data.title = stringToPDFString(dict.get('T') || '');
this.data.contents = stringToPDFString(dict.get('Contents') || ''); this.data.contents = stringToPDFString(dict.get('Contents') || '');
} }
}
Util.inherit(TextAnnotation, Annotation, {}); Util.inherit(TextAnnotation, Annotation, {});

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.85'; var pdfjsVersion = '1.4.87';
var pdfjsBuild = 'ebe6fb2'; var pdfjsBuild = 'c53581f';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

8
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.85'; var pdfjsVersion = '1.4.87';
var pdfjsBuild = 'ebe6fb2'; var pdfjsBuild = 'c53581f';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -40620,13 +40620,9 @@ var TextAnnotation = (function TextAnnotationClosure() {
} }
this.data.hasPopup = dict.has('Popup'); this.data.hasPopup = dict.has('Popup');
if (!this.data.hasPopup) {
// There is no associated Popup annotation, so the Text annotation
// must create its own popup.
this.data.title = stringToPDFString(dict.get('T') || ''); this.data.title = stringToPDFString(dict.get('T') || '');
this.data.contents = stringToPDFString(dict.get('Contents') || ''); this.data.contents = stringToPDFString(dict.get('Contents') || '');
} }
}
Util.inherit(TextAnnotation, Annotation, {}); Util.inherit(TextAnnotation, Annotation, {});

2
package.json

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