mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue