1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

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:
Yury Delendik 2015-12-12 12:53:56 -05:00
commit f7ec866c39

View file

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