From 405a0a784e343d36d349e71c7631e9ba0566571d Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Thu, 13 Oct 2016 15:06:51 +0100 Subject: [PATCH] PDF.js version 1.6.232 - See mozilla/pdf.js@c457e6015dcaae7efb4d2185275f5d855515f293 --- bower.json | 2 +- build/pdf.combined.js | 6 +++--- build/pdf.js | 4 ++-- build/pdf.worker.js | 6 +++--- package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 55e4dff12..177777792 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.6.230", + "version": "1.6.232", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 8ccbf5883..daea5dbac 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.6.230'; -var pdfjsBuild = '8c5b925'; +var pdfjsVersion = '1.6.232'; +var pdfjsBuild = 'c457e60'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -47420,7 +47420,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { for (var j = 0, jj = items.length; j < jj; j++) { if (typeof items[j] === 'string') { buildTextContentItem(items[j]); - } else { + } else if (isNum(items[j])) { ensureTextContentItem(); // PDF Specification 5.3.2 states: diff --git a/build/pdf.js b/build/pdf.js index df8bde1f6..5e5afcf03 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.6.230'; -var pdfjsBuild = '8c5b925'; +var pdfjsVersion = '1.6.232'; +var pdfjsBuild = 'c457e60'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 5b705a861..03741bedf 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.6.230'; -var pdfjsBuild = '8c5b925'; +var pdfjsVersion = '1.6.232'; +var pdfjsBuild = 'c457e60'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -38474,7 +38474,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { for (var j = 0, jj = items.length; j < jj; j++) { if (typeof items[j] === 'string') { buildTextContentItem(items[j]); - } else { + } else if (isNum(items[j])) { ensureTextContentItem(); // PDF Specification 5.3.2 states: diff --git a/package.json b/package.json index 4bc2e3ee4..d500e325d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.6.230", + "version": "1.6.232", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [