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; dict['cidOperatorPresent'] = true;
break; break;
default: default:
TODO('interpret top dict key'); TODO('interpret top dict key: ' + key);
} }
} }
return dict; return dict;