Browse Source

Remove the superfluous `PDFJS.disableFontFace = false;` statement at the top of font_loader.js (issue 6742)

Fixes 6742.
Jonas Jenwald 9 years ago
parent
commit
12068490ed
  1. 2
      src/display/font_loader.js

2
src/display/font_loader.js

@ -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…
Cancel
Save