mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Changed warning
This commit is contained in:
parent
278dc81a54
commit
a63814e2b9
1 changed files with 2 additions and 3 deletions
|
@ -404,9 +404,8 @@ var PDFDocument = (function PDFDocumentClosure() {
|
|||
if (linearization.length != length)
|
||||
linearization = false;
|
||||
} catch (err) {
|
||||
warn('since pdf is broken pdf.js is trying to recover it ' +
|
||||
'by indexing the object; ' +
|
||||
'the error in firebug shall have a different origin');
|
||||
warn('The linearization data is not available ' +
|
||||
'or unreadable pdf data is found');
|
||||
}
|
||||
}
|
||||
// shadow the prototype getter with a data property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue