From 9dbcc74d41d8319701d62e42f42bcd35acbee863 Mon Sep 17 00:00:00 2001 From: Saebekassebil Date: Sat, 24 Mar 2012 20:02:20 +0100 Subject: [PATCH] lint.. --- src/obj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obj.js b/src/obj.js index 144a3a377..d4187b4fa 100644 --- a/src/obj.js +++ b/src/obj.js @@ -123,7 +123,7 @@ var Catalog = (function CatalogClosure() { var type = dict.get('Type'); var subtype = dict.get('Subtype'); - if(isName(type) && isName(subtype) && + if (isName(type) && isName(subtype) && type.name === 'Metadata' && subtype.name === 'XML') { var metadata = stringToPDFString(bytesToString(stream.getbytes())); return metadata;