1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Lint error

This commit is contained in:
notmasteryet 2012-02-29 22:57:54 -06:00
parent a6b9efc06b
commit 8cb8de3092

View file

@ -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) {