]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Fri, 19 Aug 2011 03:40:16 +0000 (20:40 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Fri, 19 Aug 2011 03:40:16 +0000 (20:40 -0700)
fonts.js

index 346b547eac5a808f936c689638e43831884bb622..ce49a82b967361e34bd13e44bbeb7f73634bf083 100755 (executable)
--- 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);