Fixes some static analysis warnings and recommendations
* Useless conditional * Superfluous trailing arguments * Useless assignment to local variable * Misspelled identifier * JSDoc tag for non-existent parameter
This commit is contained in:
parent
d20002b6b1
commit
32ce369d88
9 changed files with 32 additions and 43 deletions
|
@ -38,7 +38,6 @@
|
|||
PDFHistory.prototype = {
|
||||
/**
|
||||
* @param {string} fingerprint
|
||||
* @param {IPDFLinkService} linkService
|
||||
*/
|
||||
initialize: function pdfHistoryInitialize(fingerprint) {
|
||||
this.initialized = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue