diff --git a/index.html b/index.html index 2e606d2..c4ee8b4 100644 --- a/index.html +++ b/index.html @@ -846,9 +846,8 @@ image.glyph : String.fromCharCode(firstAschiiChar++)) + "'" + " }" - + " // '" + image.glyph + "'" if(image != images.last()) code += ","; - code += "\n"; + code += " // '" + image.glyph + "'\n"; offset += image.canvas.width; }); code += "};\n";