Merge pull request #11356 from Snuffleupagus/rm-wrong-PDFDocument-comment
Remove outdated, and misleading, JSDoc comment from the `PDFDocument` class
This commit is contained in:
commit
dcf998a1c1
@ -362,10 +362,7 @@ function find(stream, needle, limit, backwards = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `PDFDocument` class holds all the data of the PDF file. There exists
|
* The `PDFDocument` class holds all the (worker-thread) data of the PDF file.
|
||||||
* one `PDFDocument` object on the main thread and one object for each worker.
|
|
||||||
* If no worker support is enabled, two `PDFDocument` objects are created on
|
|
||||||
* the main thread.
|
|
||||||
*/
|
*/
|
||||||
class PDFDocument {
|
class PDFDocument {
|
||||||
constructor(pdfManager, arg) {
|
constructor(pdfManager, arg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user