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

Fix intermittent blank page on fast zoom.

This commit is contained in:
Brendan Dahl 2013-08-05 16:34:57 -07:00
parent 029b970871
commit d85e38d629
2 changed files with 13 additions and 4 deletions

View file

@ -852,7 +852,7 @@ var InternalRenderTask = (function InternalRenderTaskClosure() {
cancel: function InternalRenderTask_cancel() {
this.running = false;
this.cancelled = true;
this.callback();
this.callback('cancelled');
},
operatorListChanged: function InternalRenderTask_operatorListChanged() {