mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Remove unused variables
This commit is contained in:
parent
0a21c8c365
commit
df81b832bb
14 changed files with 17 additions and 29 deletions
3
external/umdutils/verifier.js
vendored
3
external/umdutils/verifier.js
vendored
|
@ -418,7 +418,8 @@ function validateDependencies(context) {
|
|||
if (!(i in nonRoots)) {
|
||||
context.infoCallback('Root module: ' + i);
|
||||
}
|
||||
}}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Validates all modules/files in the specified path. The modules must be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue