From: sbarman Date: Tue, 2 Aug 2011 19:37:23 +0000 (-0700) Subject: removed comments X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=19b36f6a6629d6d8267d37ce7273f854acf2dab1;p=pdf.js.git removed comments --- diff --git a/pdf.js b/pdf.js index c72ce4f..6058862 100644 --- 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); }); });