From 6aeccc034bff3c69fddf9f80ba998815167ebb41 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Sat, 25 Jun 2016 13:17:49 +0100 Subject: [PATCH] PDF.js version 1.5.309 - See mozilla/pdf.js@e908b71309bddd9656cfd6bfc86054eaab3c1974 --- bower.json | 2 +- build/pdf.combined.js | 5 +++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 5 +++-- package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 4ac02e830..659d1c575 100644 --- a/bower.json +++ b/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" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 3b6242f56..e95d591f5 100644 --- a/build/pdf.combined.js +++ b/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. diff --git a/build/pdf.js b/build/pdf.js index 86d15bccb..0069bb584 100644 --- a/build/pdf.js +++ b/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 ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index af47a3c93..ce05e9aa5 100644 --- a/build/pdf.worker.js +++ b/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. diff --git a/package.json b/package.json index 446eeab49..827be22a4 100644 --- a/package.json +++ b/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": [