Fix sending image data to main thread
This commit is contained in:
parent
78129970c6
commit
37ee56a705
3 changed files with 8 additions and 6 deletions
|
@ -10,7 +10,7 @@ function load(userInput) {
|
|||
pageNum = parseInt(queryParams().page) || 1;
|
||||
var fileName = userInput;
|
||||
if (!userInput) {
|
||||
fileName = queryParams().file || "compressed.tracemonkey-pldi-09.pdf";
|
||||
fileName = "canvas.pdf";
|
||||
}
|
||||
open(fileName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue