From 49a3bae05b5432adf9c504bb836119a0eb5a49cf Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Mon, 27 Jun 2011 21:48:16 -0500 Subject: [PATCH] Fix the regression at 6073a03 --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index c50a9ff0d..728bc5c68 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)