From 3b136d26ff638b3a7603478459ef808e877874f5 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)