Fix some indentations issues
This commit is contained in:
parent
8738b72f30
commit
2271f7df7f
3
fonts.js
3
fonts.js
@ -648,8 +648,7 @@ var Font = (function Font() {
|
|||||||
var firstCharIndex = null;
|
var firstCharIndex = null;
|
||||||
var lastCharIndex = 0;
|
var lastCharIndex = 0;
|
||||||
|
|
||||||
for (var i = 1; i < charset.length; i++) {
|
for (var i = 1; i < charset.length; i++) {var code = GlyphsUnicode[charset[i]];
|
||||||
var code = GlyphsUnicode[charset[i]];
|
|
||||||
if (firstCharIndex > code || !firstCharIndex)
|
if (firstCharIndex > code || !firstCharIndex)
|
||||||
firstCharIndex = code;
|
firstCharIndex = code;
|
||||||
if (lastCharIndex < code)
|
if (lastCharIndex < code)
|
||||||
|
Loading…
Reference in New Issue
Block a user