@ -20771,8 +20771,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -20771,8 +20771,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
} ;
} ( ) ;
exports . version = '1.7.280 ' ;
exports . build = '1549a 46e' ;
exports . version = '1.7.282 ' ;
exports . build = '466760 ef ' ;
exports . getDocument = getDocument ;
exports . PDFDataRangeTransport = PDFDataRangeTransport ;
exports . PDFWorker = PDFWorker ;
@ -39527,8 +39527,8 @@ if (!globalScope.PDFJS) {
@@ -39527,8 +39527,8 @@ if (!globalScope.PDFJS) {
globalScope . PDFJS = { } ;
}
var PDFJS = globalScope . PDFJS ;
PDFJS . version = '1.7.280 ' ;
PDFJS . build = '1549a 46e' ;
PDFJS . version = '1.7.282 ' ;
PDFJS . build = '466760 ef ' ;
PDFJS . pdfBug = false ;
if ( PDFJS . verbosity !== undefined ) {
sharedUtil . setVerbosityLevel ( PDFJS . verbosity ) ;
@ -56627,12 +56627,9 @@ FontLoader.prototype = {
@@ -56627,12 +56627,9 @@ FontLoader.prototype = {
styleSheet . insertRule ( rule , styleSheet . cssRules . length ) ;
} ,
clear : function fontLoaderClear ( ) {
var styleElement = this . styleElement ;
if ( styleElement ) {
if ( styleElement . parentNode ) {
styleElement . parentNode . removeChild ( styleElement ) ;
}
styleElement = this . styleElement = null ;
if ( this . styleElement ) {
this . styleElement . remove ( ) ;
this . styleElement = null ;
}
this . nativeFontFaces . forEach ( function ( nativeFontFace ) {
document . fonts . delete ( nativeFontFace ) ;
@ -57285,8 +57282,8 @@ exports.TilingPattern = TilingPattern;
@@ -57285,8 +57282,8 @@ exports.TilingPattern = TilingPattern;
"use strict" ;
var pdfjsVersion = '1.7.280 ' ;
var pdfjsBuild = '1549a 46e' ;
var pdfjsVersion = '1.7.282 ' ;
var pdfjsBuild = '466760 ef ' ;
var pdfjsSharedUtil = _ _w _pdfjs _require _ _ ( 0 ) ;
var pdfjsDisplayGlobal = _ _w _pdfjs _require _ _ ( 25 ) ;
var pdfjsDisplayAPI = _ _w _pdfjs _require _ _ ( 10 ) ;