From: notmasteryet Date: Thu, 1 Mar 2012 04:57:54 +0000 (-0600) Subject: Lint error X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8cb8de3092c90e1ceb6753372ef6ab4b0b33bd57;p=pdf.js.git Lint error --- diff --git a/src/fonts.js b/src/fonts.js index d04fd1a..1992c0c 100644 --- a/src/fonts.js +++ b/src/fonts.js @@ -1947,7 +1947,7 @@ var Font = (function FontClosure() { for (var i = 0, ii = glyphs.length; i < ii; i++) { var code = glyphs[i].unicode; - var gid = ids[i] + var gid = ids[i]; var glyphName = glyphNames[gid] || encoding[code]; if (glyphName in GlyphsUnicode) {