Browse Source

PDF.js version 1.5.309 - See mozilla/pdf.js@e908b71309bddd9656cfd6bfc86054eaab3c1974

Pdf Bot 8 years ago
parent
commit
6aeccc034b
5 changed files with 10 additions and 8 deletions
  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.296",
+  "version": "1.5.309",
   "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.296';
-var pdfjsBuild = 'a0a6e6d';
+var pdfjsVersion = '1.5.309';
+var pdfjsBuild = 'e908b71';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -32067,6 +32067,7 @@ var ProblematicCharRanges = new Int32Array([
   0x2028, 0x2030,
   0x205F, 0x2070,
   0x25CC, 0x25CD,
+  0x3000, 0x3001,
   // Chars that is used in complex-script shaping.
   0xAA60, 0xAA80,
   // Specials Unicode block.

+ 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.296';
-var pdfjsBuild = 'a0a6e6d';
+var pdfjsVersion = '1.5.309';
+var pdfjsBuild = 'e908b71';
 
   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.296';
-var pdfjsBuild = 'a0a6e6d';
+var pdfjsVersion = '1.5.309';
+var pdfjsBuild = 'e908b71';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -28203,6 +28203,7 @@ var ProblematicCharRanges = new Int32Array([
   0x2028, 0x2030,
   0x205F, 0x2070,
   0x25CC, 0x25CD,
+  0x3000, 0x3001,
   // Chars that is used in complex-script shaping.
   0xAA60, 0xAA80,
   // Specials Unicode block.

+ 1 - 1
package.json

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