mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Introduce some logical assignment in the src/core/
folder
This commit is contained in:
parent
317abd6d07
commit
d950b91c4e
20 changed files with 62 additions and 103 deletions
|
@ -896,7 +896,7 @@ class Lexer {
|
|||
throw new FormatError(msg);
|
||||
}
|
||||
|
||||
sign = sign || 1;
|
||||
sign ||= 1;
|
||||
let baseValue = ch - 0x30; // '0'
|
||||
let powerValue = 0;
|
||||
let powerValueSign = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue