[JS] Remove duplicate this._document assignment in the App-class

This property is already being assigned earlier in the constructor, see ea1d359767/src/scripting_api/app.js (L42)
This commit is contained in:
nmtigor 2022-09-20 11:09:44 +02:00 committed by Jonas Jenwald
parent ea1d359767
commit 01ec5e3b32

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