]> git.parisson.com Git - pdf.js.git/commitdiff
Correct PDFDocumentProxyClosure name.
authorKalervo Kujala <kkujala@com>
Tue, 1 May 2012 17:54:16 +0000 (20:54 +0300)
committerKalervo Kujala <kkujala@com>
Tue, 1 May 2012 17:54:16 +0000 (20:54 +0300)
src/api.js

index 32c49c36340ab5e7d944601d3d0e3dcf588fe9e4..bbab680ce1702374aa3c7c8ad4fc77674ddbcdde 100644 (file)
@@ -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;