1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #3397 from brendandahl/notdef

Fix notdef typo.
This commit is contained in:
Yury Delendik 2013-06-27 20:18:34 -07:00
commit b421b504c3

View file

@ -5794,7 +5794,7 @@ var CFFFont = (function CFFFontClosure() {
} else {
for (var charcode in encoding)
inverseEncoding[encoding[charcode]] = charcode | 0;
if (charsets[0] === '.notedef') {
if (charsets[0] === '.notdef') {
gidStart = 1;
}
}