mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
lint..
This commit is contained in:
parent
20dd225e40
commit
9dbcc74d41
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue