From 624516a06674172c12ef0675aea05ecb76f4f16d Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Thu, 27 Aug 2015 13:47:40 +0100 Subject: [PATCH] PDF.js version 1.1.409 --- bower.json | 2 +- build/pdf.combined.js | 7 +++++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 7 +++++-- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index b828f9dd8..535217ed3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.407", + "version": "1.1.409", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index ea4ba9c36..a8401ed5c 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.407'; -PDFJS.build = '63ed681'; +PDFJS.version = '1.1.409'; +PDFJS.build = '582573b'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -36908,6 +36908,9 @@ var Parser = (function ParserClosure() { this.shift(); return true; } catch (e) { + if (e instanceof MissingDataException) { + throw e; + } // Upon failure, the caller should reset this.lexer.pos to a known good // state and call this.shift() twice to reset the buffers. return false; diff --git a/build/pdf.js b/build/pdf.js index 31d19eb61..1d0cbf202 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.407'; -PDFJS.build = '63ed681'; +PDFJS.version = '1.1.409'; +PDFJS.build = '582573b'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 74c51fd4f..1d63aad2a 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.407'; -PDFJS.build = '63ed681'; +PDFJS.version = '1.1.409'; +PDFJS.build = '582573b'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -30454,6 +30454,9 @@ var Parser = (function ParserClosure() { this.shift(); return true; } catch (e) { + if (e instanceof MissingDataException) { + throw e; + } // Upon failure, the caller should reset this.lexer.pos to a known good // state and call this.shift() twice to reset the buffers. return false; diff --git a/package.json b/package.json index c7b479373..203c9099f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.407", + "version": "1.1.409", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",