]> git.parisson.com Git - pdf.js.git/commitdiff
Fix the regression at 6073a03
authornotmasteryet <async.processingjs@yahoo.com>
Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)
fonts.js

index c50a9ff0d4c9682b95bd62ed3e2f97b904762a30..728bc5c68cfa488452e7c3ee9b1da53cfc08cb22 100644 (file)
--- 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)