From: Vivien Nicolas <21@vingtetun.org> Date: Tue, 18 Oct 2011 01:45:07 +0000 (+0200) Subject: Fix a spacing issue X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b8a5b76db5cd20dfba5891e9f70de27fe46aa46f;p=pdf.js.git Fix a spacing issue --- diff --git a/fonts.js b/fonts.js index 2bcfa5e..2ba6e2f 100644 --- a/fonts.js +++ b/fonts.js @@ -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() {