]> git.parisson.com Git - pdf.js.git/commitdiff
removed comments
authorsbarman <sbarman@L3CWZ5T.(none)>
Tue, 2 Aug 2011 19:37:23 +0000 (12:37 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Tue, 2 Aug 2011 19:37:23 +0000 (12:37 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index c72ce4f885521759f61618a0212529c503558e27..605886230357aab8c7ba9a85d2cbebb31d38bf79 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -2997,12 +2997,12 @@ var Page = (function() {
           // Firefox error reporting from XHR callbacks.
           setTimeout(function () {
             var exc = null;
-           // try {
+            try {
               self.display(gfx);
               stats.render = Date.now();
-          //  } catch (e) {
-          //    exc = e.toString();
-          //  }
+            } catch (e) {
+              exc = e.toString();
+            }
             continuation(exc);
           });
         });