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

Cache fonts by reference.

This commit is contained in:
Brendan Dahl 2013-06-25 10:33:53 -07:00
parent d744be4af7
commit a8ad07ccbf
5 changed files with 62 additions and 21 deletions

View file

@ -48,7 +48,6 @@ var Page = (function PageClosure() {
this.xref = xref;
this.ref = ref;
this.idCounters = {
font: 0,
obj: 0
};
this.resourcesPromise = null;