Parcourir la source

PDF.js version 1.5.395 - See mozilla/pdf.js@d944c320b4add91a43de2e27efd4e3d1caf61377

Pdf Bot il y a 8 ans
Parent
commit
d549587fe7
5 fichiers modifiés avec 10 ajouts et 8 suppressions
  1. 1 1
      bower.json
  2. 3 2
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 3 2
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 3 - 2
build/pdf.combined.js

@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
   // Use strict in our context only - users might not want it
   'use strict';
 
-var pdfjsVersion = '1.5.393';
-var pdfjsBuild = '8aa9b79';
+var pdfjsVersion = '1.5.395';
+var pdfjsBuild = 'd944c32';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -32099,6 +32099,7 @@ var ProblematicCharRanges = new Int32Array([
   0xFFF0, 0x10000
 ]);
 
+
 /**
  * 'Font' is the class the outside world should use, it encapsulate all the font
  * decoding logics whatever type it is (assuming the font type is supported).

+ 2 - 2
build/pdf.js

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

+ 3 - 2
build/pdf.worker.js

@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {}));
   // Use strict in our context only - users might not want it
   'use strict';
 
-var pdfjsVersion = '1.5.393';
-var pdfjsBuild = '8aa9b79';
+var pdfjsVersion = '1.5.395';
+var pdfjsBuild = 'd944c32';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -28235,6 +28235,7 @@ var ProblematicCharRanges = new Int32Array([
   0xFFF0, 0x10000
 ]);
 
+
 /**
  * 'Font' is the class the outside world should use, it encapsulate all the font
  * decoding logics whatever type it is (assuming the font type is supported).

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.5.393",
+  "version": "1.5.395",
   "main": "build/pdf.js",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [