diff --git a/bower.json b/bower.json index d6e8a3a4e..0936ac2bd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.882", + "version": "1.0.884", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index ad9369aa3..d53e7d756 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.0.882'; -PDFJS.build = '02b5741'; +PDFJS.version = '1.0.884'; +PDFJS.build = 'fb6d87c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6264,7 +6264,7 @@ var FontFaceObject = (function FontFaceObjectClosure() { return null; } - var nativeFontFace = new FontFace(this.loadedName, this.data); + var nativeFontFace = new FontFace(this.loadedName, this.data, {}); FontLoader.addNativeFontFace(nativeFontFace); diff --git a/build/pdf.js b/build/pdf.js index 7ea79db3e..38c684567 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.0.882'; -PDFJS.build = '02b5741'; +PDFJS.version = '1.0.884'; +PDFJS.build = 'fb6d87c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6308,7 +6308,7 @@ var FontFaceObject = (function FontFaceObjectClosure() { return null; } - var nativeFontFace = new FontFace(this.loadedName, this.data); + var nativeFontFace = new FontFace(this.loadedName, this.data, {}); FontLoader.addNativeFontFace(nativeFontFace); diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 4eef8d5b9..03497a959 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.0.882'; -PDFJS.build = '02b5741'; +PDFJS.version = '1.0.884'; +PDFJS.build = 'fb6d87c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 85d18005a..f9155f8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.882", + "version": "1.0.884", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",