mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
removed comments
This commit is contained in:
parent
67ddc1ba84
commit
19b36f6a66
1 changed files with 4 additions and 4 deletions
8
pdf.js
8
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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue