Browse Source

PDF.js version 1.4.166 - See mozilla/pdf.js@553928c26e0de247af07e0613cc84242fb430e09

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

2
bower.json

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

6
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.164'; var pdfjsVersion = '1.4.166';
var pdfjsBuild = '27dd386'; var pdfjsBuild = '553928c';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -48086,7 +48086,7 @@ var Annotation = (function AnnotationClosure() {
var dict = params.dict; var dict = params.dict;
this.setFlags(dict.get('F')); this.setFlags(dict.get('F'));
this.setRectangle(dict.get('Rect')); this.setRectangle(dict.getArray('Rect'));
this.setColor(dict.get('C')); this.setColor(dict.get('C'));
this.setBorderStyle(dict); this.setBorderStyle(dict);
this.appearance = getDefaultAppearance(dict); this.appearance = getDefaultAppearance(dict);

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.164'; var pdfjsVersion = '1.4.166';
var pdfjsBuild = '27dd386'; var pdfjsBuild = '553928c';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

6
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.164'; var pdfjsVersion = '1.4.166';
var pdfjsBuild = '27dd386'; var pdfjsBuild = '553928c';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -39928,7 +39928,7 @@ var Annotation = (function AnnotationClosure() {
var dict = params.dict; var dict = params.dict;
this.setFlags(dict.get('F')); this.setFlags(dict.get('F'));
this.setRectangle(dict.get('Rect')); this.setRectangle(dict.getArray('Rect'));
this.setColor(dict.get('C')); this.setColor(dict.get('C'));
this.setBorderStyle(dict); this.setBorderStyle(dict);
this.appearance = getDefaultAppearance(dict); this.appearance = getDefaultAppearance(dict);

2
package.json

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