From 085f8dc1c917a9489e078947c25d787870d6b418 Mon Sep 17 00:00:00 2001 From: sbarman Date: Thu, 18 Aug 2011 20:40:16 -0700 Subject: [PATCH] cleanup --- fonts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonts.js b/fonts.js index 346b547ea..ce49a82b9 100755 --- a/fonts.js +++ b/fonts.js @@ -980,7 +980,7 @@ var Font = (function Font() { var ttf = { file: "", virtualOffset: numTables * (4 * 4) - } + }; // The new numbers of tables will be the last one plus the num // of missing tables @@ -1125,7 +1125,7 @@ var Font = (function Font() { var otf = { file: "", virtualOffset: 9 * (4 * 4) - } + }; createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9);