|
@@ -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);
|
|
|
|