From 24d3fd6ff0758a863bf443aeb2ae1958cc70b28f Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Sat, 12 Dec 2015 17:55:02 +0000 Subject: [PATCH] PDF.js version 1.3.76 - See mozilla/pdf.js@f7ec866c394034b81240d080594af7b176b1a7ab --- bower.json | 2 +- build/pdf.combined.js | 6 ++---- build/pdf.js | 6 ++---- build/pdf.worker.js | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 16b3cd8cd..9098f4ac9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.74", + "version": "1.3.76", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 7f8492c07..14158c4f7 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.74'; -PDFJS.build = '4485c79'; +PDFJS.version = '1.3.76'; +PDFJS.build = 'f7ec866'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6666,8 +6666,6 @@ var TilingPattern = (function TilingPatternClosure() { })(); -PDFJS.disableFontFace = false; - function FontLoader(docId) { this.docId = docId; this.styleElement = null; diff --git a/build/pdf.js b/build/pdf.js index 5a3e34302..b11cda004 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.74'; -PDFJS.build = '4485c79'; +PDFJS.version = '1.3.76'; +PDFJS.build = 'f7ec866'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6725,8 +6725,6 @@ var TilingPattern = (function TilingPatternClosure() { })(); -PDFJS.disableFontFace = false; - function FontLoader(docId) { this.docId = docId; this.styleElement = null; diff --git a/build/pdf.worker.js b/build/pdf.worker.js index b1544e4ea..0b522178a 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.74'; -PDFJS.build = '4485c79'; +PDFJS.version = '1.3.76'; +PDFJS.build = 'f7ec866'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index ae2d81d3c..52e514b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.74", + "version": "1.3.76", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",