Changed warning
This commit is contained in:
parent
278dc81a54
commit
a63814e2b9
@ -404,9 +404,8 @@ var PDFDocument = (function PDFDocumentClosure() {
|
|||||||
if (linearization.length != length)
|
if (linearization.length != length)
|
||||||
linearization = false;
|
linearization = false;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
warn('since pdf is broken pdf.js is trying to recover it ' +
|
warn('The linearization data is not available ' +
|
||||||
'by indexing the object; ' +
|
'or unreadable pdf data is found');
|
||||||
'the error in firebug shall have a different origin');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// shadow the prototype getter with a data property
|
// shadow the prototype getter with a data property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user