mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix small lint issues.
This commit is contained in:
parent
c0ce6e80fd
commit
5a3d85bf53
2 changed files with 5 additions and 2 deletions
|
@ -131,8 +131,7 @@ pdfContentHandler.prototype = {
|
|||
throw Cr.NS_ERROR_WONT_HANDLE_CONTENT;
|
||||
|
||||
let window = null;
|
||||
let callbacks = aRequest.notificationCallbacks ?
|
||||
aRequest.notificationCallbacks :
|
||||
let callbacks = aRequest.notificationCallbacks ||
|
||||
aRequest.loadGroup.notificationCallbacks;
|
||||
if (!callbacks)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue