1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Fix tests failures

This commit is contained in:
Vivien Nicolas 2011-09-22 01:22:34 +02:00
parent 826e0baf14
commit 41ebb55d75
2 changed files with 3 additions and 2 deletions

View file

@ -2571,9 +2571,9 @@ var Type2CFF = (function() {
if (pos == 0) {
return ISOAdobeCharset;
} else if (pos == 1) {
return CFFExpertCharset;
return ExpertCharset;
} else if (pos == 2) {
return CFFExpertSubsetCharset;
return ExpertSubsetCharset;
}
var bytes = this.bytes;