|
|
@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.332'; |
|
|
|
PDFJS.version = '1.0.334'; |
|
|
|
PDFJS.build = '12a35f2'; |
|
|
|
PDFJS.build = '75859b8'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -20469,6 +20469,11 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { |
|
|
|
return errorFont(); |
|
|
|
return errorFont(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (!fontRef) { |
|
|
|
|
|
|
|
warn('fontRef not available'); |
|
|
|
|
|
|
|
return errorFont(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (this.fontCache.has(fontRef)) { |
|
|
|
if (this.fontCache.has(fontRef)) { |
|
|
|
return this.fontCache.get(fontRef); |
|
|
|
return this.fontCache.get(fontRef); |
|
|
|
} |
|
|
|
} |
|
|
|