Fix a spacing issue

This commit is contained in:
Vivien Nicolas 2011-10-18 03:45:07 +02:00
parent e347ad03d9
commit b8a5b76db5

View File

@ -1329,7 +1329,7 @@ var Font = (function Font() {
// Character to glyphs mapping
'cmap': createCMapTable(charstrings.slice(),
('glyphIds' in font) ? font.glyphIds: null),
('glyphIds' in font) ? font.glyphIds : null),
// Font header
'head': (function fontFieldsHead() {