From: Kalervo Kujala Date: Tue, 1 May 2012 17:54:16 +0000 (+0300) Subject: Correct PDFDocumentProxyClosure name. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=117256ce788cd1c28a9bb39d97e646248624466a;p=pdf.js.git Correct PDFDocumentProxyClosure name. --- diff --git a/src/api.js b/src/api.js index 32c49c3..bbab680 100644 --- a/src/api.js +++ b/src/api.js @@ -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;