Missing var
This commit is contained in:
parent
ddf77cda6b
commit
7d38d7f062
@ -1729,7 +1729,7 @@ var Font = (function Font() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
encoding[0] = { unicode: 0, width: 0 };
|
encoding[0] = { unicode: 0, width: 0 };
|
||||||
var glyph = 1, i, j, k, cidLength;
|
var glyph = 1, i, j, k, cidLength, ii;
|
||||||
for (i = 0, ii = cidToUnicode.length; i < ii; ++i) {
|
for (i = 0, ii = cidToUnicode.length; i < ii; ++i) {
|
||||||
var unicode = cidToUnicode[i];
|
var unicode = cidToUnicode[i];
|
||||||
var width;
|
var width;
|
||||||
|
Loading…
Reference in New Issue
Block a user