Browse Source

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

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

2
bower.json

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

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

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.5.296'; var pdfjsVersion = '1.5.309';
var pdfjsBuild = 'a0a6e6d'; var pdfjsBuild = 'e908b71';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?

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

2
package.json

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