mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Correct PDFDocumentProxyClosure name.
This commit is contained in:
parent
889b3d3168
commit
117256ce78
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PDFJS.getDocument = function getDocument(source) {
|
|||
* Proxy to a PDFDocument in the worker thread. Also, contains commonly used
|
||||
* properties that can be read synchronously.
|
||||
*/
|
||||
var PDFDocumentProxy = (function() {
|
||||
var PDFDocumentProxy = (function PDFDocumentProxyClosure() {
|
||||
function PDFDocumentProxy(pdfInfo, transport) {
|
||||
this.pdfInfo = pdfInfo;
|
||||
this.transport = transport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue