www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 236b7925f1844a09f12c623ec4af175d465e160a
parent 8cd71830c2c8dca58e79325f4d7f79b7bfd7de60
Author: Blai Pratdesaba <hello@blaipratdesaba.com>
Date:   Thu,  6 Aug 2015 09:17:42 +0100

Add missing semicolon at the end of fontMetricsData

Diffstat:
Mmetrics/format_json.py | 2+-
Msrc/fontMetricsData.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metrics/format_json.py b/metrics/format_json.py @@ -13,4 +13,4 @@ for font in sorted(data): sys.stdout.write(json.dumps(data[font][glyph], sort_keys=True)) sep = ",\n " sep = "\n},\n" -sys.stdout.write("\n}}\n"); +sys.stdout.write("\n}};\n"); diff --git a/src/fontMetricsData.js b/src/fontMetricsData.js @@ -1748,4 +1748,4 @@ module.exports = { "2018": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0}, "2019": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0}, "8242": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0} -}} +}};