From 8cb8de3092c90e1ceb6753372ef6ab4b0b33bd57 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Wed, 29 Feb 2012 22:57:54 -0600 Subject: [PATCH] Lint error --- src/fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fonts.js b/src/fonts.js index d04fd1a4e..1992c0c7d 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) {