mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class App extends PDFObject {
|
||||||
this._timeoutCallbackId = 0;
|
this._timeoutCallbackId = 0;
|
||||||
this._globalEval = data.globalEval;
|
this._globalEval = data.globalEval;
|
||||||
this._externalCall = data.externalCall;
|
this._externalCall = data.externalCall;
|
||||||
this._document = data._document;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is called thanks to the proxy
|
// This function is called thanks to the proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue