mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-26 10:05:47 +02:00
Merge pull request #21036 from calixteman/fix_comment
Fix comments for (is/has)Singlefile in pdf_editor
This commit is contained in:
commit
0b9f8fa950
@ -114,8 +114,9 @@ class PDFEditor {
|
|||||||
// multiple PDF files.
|
// multiple PDF files.
|
||||||
hasSingleFile = false;
|
hasSingleFile = false;
|
||||||
|
|
||||||
// Whether the edited PDF contains multiple files. This is used to determine
|
// Whether the edited PDF contains only one file used one or more times.
|
||||||
// if we can preserve some information such as passwords.
|
// This is used to determine if we can preserve some information such as
|
||||||
|
// passwords.
|
||||||
isSingleFile = false;
|
isSingleFile = false;
|
||||||
|
|
||||||
#newAnnotationsParams = null;
|
#newAnnotationsParams = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user