mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Missing var
This commit is contained in:
parent
ddf77cda6b
commit
7d38d7f062
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ var Font = (function Font() {
|
|||
}
|
||||
|
||||
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) {
|
||||
var unicode = cidToUnicode[i];
|
||||
var width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue