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