From 619a5216787f47e79fdf3647b9c37007b10324c7 Mon Sep 17 00:00:00 2001 From: sbarman Date: Thu, 7 Jul 2011 17:37:27 -0700 Subject: [PATCH] minor fix --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index 48c99d8a7..262746ac6 100755 --- a/fonts.js +++ b/fonts.js @@ -1124,7 +1124,7 @@ var Font = (function() { action: 'font', data: { raw: data, - fontName: this.name, + fontName: this.loadedName, mimetype: this.mimetype } });