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

Fixes 6742.
This commit is contained in:
Jonas Jenwald 2015-12-12 12:39:56 +01:00
parent 4d6f3c85e0
commit 12068490ed

View File

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