mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Use strict equalities in make.js, external/* and extensions/*
This commit is contained in:
parent
00eea3ddb9
commit
c29faaa22d
4 changed files with 4 additions and 4 deletions
2
extensions/firefox/bootstrap.js
vendored
2
extensions/firefox/bootstrap.js
vendored
|
@ -145,7 +145,7 @@ function startup(aData, aReason) {
|
|||
}
|
||||
|
||||
function shutdown(aData, aReason) {
|
||||
if (aReason == APP_SHUTDOWN) {
|
||||
if (aReason === APP_SHUTDOWN) {
|
||||
return;
|
||||
}
|
||||
var ioService = Services.io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue