1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Combining Yury's and my debugging tools.

This commit is contained in:
Brendan Dahl 2012-02-13 17:35:58 -08:00
parent 7859ef0f04
commit 9fe5eff905
9 changed files with 469 additions and 3 deletions

View file

@ -2170,6 +2170,9 @@ var Font = (function FontClosure() {
var styleSheet = styleElement.sheet;
styleSheet.insertRule(rule, styleSheet.cssRules.length);
if (PDFJS.pdfBug && FontInspector.enabled)
FontInspector.fontAdded(this, url);
return rule;
},