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:
commit
2146d93609
@ -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…
Reference in New Issue
Block a user