mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixes lint warning W018: confusing use of exclamation mark
This commit is contained in:
parent
79f82b0fae
commit
a71a87a821
3 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,6 @@ module.exports = {
|
|||
|
||||
switch (err.code) {
|
||||
case 'W004': // variable is already defined
|
||||
case 'W018': // confusing use of !
|
||||
break;
|
||||
default:
|
||||
len++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue