]> git.parisson.com Git - pdf.js.git/commitdiff
Fix a spacing issue
authorVivien Nicolas <21@vingtetun.org>
Tue, 18 Oct 2011 01:45:07 +0000 (03:45 +0200)
committerVivien Nicolas <21@vingtetun.org>
Tue, 18 Oct 2011 01:45:07 +0000 (03:45 +0200)
fonts.js

index 2bcfa5e6ef7e0e3900b7f91487b904b2aca0b60b..2ba6e2f7ace369a56172ac21e5d97d4deb976427 100644 (file)
--- 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() {