Merge pull request #15483 from Snuffleupagus/rm-app-duplicate-document

[JS] Remove duplicate `this._document` assignment in the `App`-class
This commit is contained in:
Jonas Jenwald 2022-09-21 12:13:21 +02:00 committed by GitHub
commit 2146d93609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ class App extends PDFObject {
this._timeoutCallbackId = 0;
this._globalEval = data.globalEval;
this._externalCall = data.externalCall;
this._document = data._document;
}
// This function is called thanks to the proxy