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

Address brendan's comments

This commit is contained in:
Mack Duan 2013-04-18 00:12:40 -07:00
parent dbccbaaa27
commit 27fe18e8c6
4 changed files with 28 additions and 41 deletions

View file

@ -531,7 +531,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
translated = this.translateFont(font, xref);
} catch (e) {
if (e instanceof MissingDataException) {
font.loadedName = undefined;
font.loadedName = null;
throw e;
}
translated = new ErrorFont(e instanceof Error ? e.message : e);