mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Nit: Rename 's' by 'charcode'
This commit is contained in:
parent
511177576c
commit
5ec177d88e
1 changed files with 2 additions and 2 deletions
4
fonts.js
4
fonts.js
|
@ -2565,9 +2565,9 @@ var Type2CFF = (function type2CFF() {
|
|||
}
|
||||
if (!inDifferences) {
|
||||
var code = properties.firstChar + i;
|
||||
for (var s in encoding) {
|
||||
for (var charcode in encoding) {
|
||||
if (encoding[s] == i) {
|
||||
code = s | 0;
|
||||
code = charcode | 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue