1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 00:28:06 +02:00
This commit is contained in:
Artur Adib 2012-01-20 16:25:06 -05:00
parent 357f4cc665
commit 86de8aca33

View file

@ -3603,7 +3603,7 @@ var Type2CFF = (function Type2CFFClosure() {
dict['cidOperatorPresent'] = true;
break;
default:
TODO('interpret top dict key');
TODO('interpret top dict key: ' + key);
}
}
return dict;