mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Update the JS/CSS files for the new Prettier/Stylelint versions
This commit is contained in:
parent
49eba2f892
commit
c77b97daff
5 changed files with 6 additions and 5 deletions
|
@ -709,7 +709,7 @@ class WorkerMessageHandler {
|
|||
fileIds: xref.trailer.get("ID") || null,
|
||||
startXRef: linearization
|
||||
? startXRef
|
||||
: xref.lastXRefStreamPos ?? startXRef,
|
||||
: (xref.lastXRefStreamPos ?? startXRef),
|
||||
filename,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue