Merge pull request #6747 from Snuffleupagus/issue-6742
Remove the superfluous `PDFJS.disableFontFace = false;` statement at the top of font_loader.js (issue 6742)
This commit is contained in:
commit
f7ec866c39
@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
PDFJS.disableFontFace = false;
|
|
||||||
|
|
||||||
function FontLoader(docId) {
|
function FontLoader(docId) {
|
||||||
this.docId = docId;
|
this.docId = docId;
|
||||||
this.styleElement = null;
|
this.styleElement = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user