Removes comment per #2372
This commit is contained in:
parent
0910c5e68e
commit
a0bc215a86
1 changed files with 0 additions and 1 deletions
|
@ -5780,7 +5780,6 @@ var CFFParser = (function CFFParserClosure() {
|
||||||
stackSize++;
|
stackSize++;
|
||||||
} else if (value == 14) {
|
} else if (value == 14) {
|
||||||
if (stackSize >= 4) {
|
if (stackSize >= 4) {
|
||||||
// TODO fix deprecated endchar construct for Windows
|
|
||||||
stackSize -= 4;
|
stackSize -= 4;
|
||||||
}
|
}
|
||||||
} else if (value >= 32 && value <= 246) { // number
|
} else if (value >= 32 && value <= 246) { // number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue