|
|
@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.3.72'; |
|
|
|
PDFJS.version = '1.3.74'; |
|
|
|
PDFJS.build = '4d6f3c8'; |
|
|
|
PDFJS.build = '4485c79'; |
|
|
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
(function pdfjsWrapper() { |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
@ -6696,6 +6696,7 @@ FontLoader.prototype = { |
|
|
|
var styleElement = this.styleElement; |
|
|
|
var styleElement = this.styleElement; |
|
|
|
if (styleElement) { |
|
|
|
if (styleElement) { |
|
|
|
styleElement.parentNode.removeChild(styleElement); |
|
|
|
styleElement.parentNode.removeChild(styleElement); |
|
|
|
|
|
|
|
styleElement = this.styleElement = null; |
|
|
|
} |
|
|
|
} |
|
|
|
this.nativeFontFaces.forEach(function(nativeFontFace) { |
|
|
|
this.nativeFontFaces.forEach(function(nativeFontFace) { |
|
|
|
document.fonts.delete(nativeFontFace); |
|
|
|
document.fonts.delete(nativeFontFace); |
|
|
|