1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Typo from git'ing around

This commit is contained in:
Saebekassebil 2012-03-24 23:39:03 +01:00
parent 9dbcc74d41
commit ab198e89cc

View file

@ -125,7 +125,7 @@ var Catalog = (function CatalogClosure() {
if (isName(type) && isName(subtype) &&
type.name === 'Metadata' && subtype.name === 'XML') {
var metadata = stringToPDFString(bytesToString(stream.getbytes()));
var metadata = stringToPDFString(bytesToString(stream.getBytes()));
return metadata;
}
}