[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:
parent
ea1d359767
commit
01ec5e3b32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user