1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 01:28:06 +02:00

nits, picked

This commit is contained in:
Adil Allawi 2011-07-13 17:46:48 +01:00
parent 8dbbbbb589
commit 06986bb15f
2 changed files with 9 additions and 10 deletions

3
pdf.js
View file

@ -3634,8 +3634,7 @@ var PartialEvaluator = (function() {
// - get the descendant font
// - set the type according to the descendant font
// - get the FontDescriptor from the descendant font
if (subType.name == 'Type0')
{
if (subType.name == 'Type0') {
var df = fontDict.get('DescendantFonts');
if (!df)
return null;