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.
|
// Firefox error reporting from XHR callbacks.
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var exc = null;
|
var exc = null;
|
||||||
// try {
|
try {
|
||||||
self.display(gfx);
|
self.display(gfx);
|
||||||
stats.render = Date.now();
|
stats.render = Date.now();
|
||||||
// } catch (e) {
|
} catch (e) {
|
||||||
// exc = e.toString();
|
exc = e.toString();
|
||||||
// }
|
}
|
||||||
continuation(exc);
|
continuation(exc);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user