Browse Source

PDF.js version 1.5.345 - See mozilla/pdf.js@10f9f11ec4cb1221c8be5335f1bf5aed19c558c0

master v1.5.345
Pdf Bot 9 years ago
parent
commit
6e8030b4bc
  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.343", "version": "1.5.345",
"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.343'; var pdfjsVersion = '1.5.345';
var pdfjsBuild = '9228a04'; var pdfjsBuild = '10f9f11';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -32084,6 +32084,7 @@ var ProblematicCharRanges = new Int32Array([
0x0600, 0x0780, 0x0600, 0x0780,
0x08A0, 0x10A0, 0x08A0, 0x10A0,
0x1780, 0x1800, 0x1780, 0x1800,
0x1C00, 0x1C50,
// General punctuation chars. // General punctuation chars.
0x2000, 0x2010, 0x2000, 0x2010,
0x2011, 0x2012, 0x2011, 0x2012,

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.343'; var pdfjsVersion = '1.5.345';
var pdfjsBuild = '9228a04'; var pdfjsBuild = '10f9f11';
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.343'; var pdfjsVersion = '1.5.345';
var pdfjsBuild = '9228a04'; var pdfjsBuild = '10f9f11';
var pdfjsFilePath = var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ? typeof document !== 'undefined' && document.currentScript ?
@ -28220,6 +28220,7 @@ var ProblematicCharRanges = new Int32Array([
0x0600, 0x0780, 0x0600, 0x0780,
0x08A0, 0x10A0, 0x08A0, 0x10A0,
0x1780, 0x1800, 0x1780, 0x1800,
0x1C00, 0x1C50,
// General punctuation chars. // General punctuation chars.
0x2000, 0x2010, 0x2000, 0x2010,
0x2011, 0x2012, 0x2011, 0x2012,

2
package.json

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