mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Remove the superfluous PDFJS.disableFontFace = false;
statement at the top of font_loader.js (issue 6742)
Fixes 6742.
This commit is contained in:
parent
4d6f3c85e0
commit
12068490ed
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
PDFJS.disableFontFace = false;
|
||||
|
||||
function FontLoader(docId) {
|
||||
this.docId = docId;
|
||||
this.styleElement = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue