From: notmasteryet Date: Tue, 28 Jun 2011 02:48:16 +0000 (-0500) Subject: Fix the regression at 6073a03 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=49a3bae05b5432adf9c504bb836119a0eb5a49cf;p=pdf.js.git Fix the regression at 6073a03 --- diff --git a/fonts.js b/fonts.js index c50a9ff..728bc5c 100644 --- a/fonts.js +++ b/fonts.js @@ -167,7 +167,7 @@ var Font = (function () { } Fonts[name] = { - data: file, + data: data, properties: properties, loading: true, cache: Object.create(null)