From 117256ce788cd1c28a9bb39d97e646248624466a Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Tue, 1 May 2012 20:54:16 +0300 Subject: [PATCH] Correct PDFDocumentProxyClosure name. --- src/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.js b/src/api.js index 32c49c363..bbab680ce 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;