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

addressing reviewer comments, bug fix

This commit is contained in:
Artur Adib 2012-01-30 09:24:49 -05:00
parent b34c55cc3c
commit 30a01c5da6
2 changed files with 3 additions and 3 deletions

View file

@ -358,7 +358,7 @@ var PDFView = {
} else {
if (moreInfo.filename)
errorMoreInfo.value += '\n' + 'File: ' + moreInfo.filename;
if (moreInfo.filename)
if (moreInfo.lineNumber)
errorMoreInfo.value += '\n' + 'Line: ' + moreInfo.lineNumber;
}
}