[Pkg-javascript-commits] [pdf.js] 101/115: Remove the superfluous `PDFJS.disableFontFace = false; ` statement at the top of font_loader.js (issue 6742)
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 12068490eda15aced2fa32f83ee45e01e01846bd
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sat Dec 12 12:39:56 2015 +0100
Remove the superfluous `PDFJS.disableFontFace = false;` statement at the top of font_loader.js (issue 6742)
Fixes 6742.
---
src/display/font_loader.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/display/font_loader.js b/src/display/font_loader.js
index 2c917b2..e25bfa3 100644
--- a/src/display/font_loader.js
+++ b/src/display/font_loader.js
@@ -17,8 +17,6 @@
'use strict';
-PDFJS.disableFontFace = false;
-
function FontLoader(docId) {
this.docId = docId;
this.styleElement = null;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list