removed comments
This commit is contained in:
parent
67ddc1ba84
commit
19b36f6a66
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…
x
Reference in New Issue
Block a user