1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Fixing concurent draw page requests for de-allocation

This commit is contained in:
Yury Delendik 2012-04-16 14:13:41 -05:00
parent 08830731c0
commit 1e96c73207
2 changed files with 10 additions and 2 deletions

View file

@ -756,6 +756,7 @@ var PageView = function pageView(container, pdfPage, id, scale,
div.removeAttribute('data-loaded');
delete this.canvas;
this.pdfPage.destroy();
this.loadingIconDiv = document.createElement('div');
this.loadingIconDiv.className = 'loadingIcon';