From 37315af515483bba60c2db3af643314225de7f8f Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Sat, 9 Jul 2011 23:24:24 -0500 Subject: [PATCH] fix 'private' keyword --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index 1d2a5f755..9b3b01dc0 100755 --- a/fonts.js +++ b/fonts.js @@ -1408,7 +1408,7 @@ var Type1Parser = function() { subrs: [], charstrings: [], properties: { - private: {} + 'private': {} } };