Browse Source

Merge pull request #6747 from Snuffleupagus/issue-6742

Remove the superfluous `PDFJS.disableFontFace = false;` statement at the top of font_loader.js (issue 6742)
Yury Delendik 9 years ago
parent
commit
f7ec866c39
  1. 2
      src/display/font_loader.js

2
src/display/font_loader.js

@ -17,8 +17,6 @@ @@ -17,8 +17,6 @@
'use strict';
PDFJS.disableFontFace = false;
function FontLoader(docId) {
this.docId = docId;
this.styleElement = null;

Loading…
Cancel
Save