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

Fix the regression at 6073a03

This commit is contained in:
notmasteryet 2011-06-27 21:48:16 -05:00
parent a5e4e53cdb
commit 3b136d26ff

View file

@ -167,7 +167,7 @@ var Font = (function () {
}
Fonts[name] = {
data: file,
data: data,
properties: properties,
loading: true,
cache: Object.create(null)