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=23af586934f584ba7e19ef7ec1745c73ea5f7ecb;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)