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