Fix sending image data to main thread

This commit is contained in:
Julian Viereck 2011-06-23 14:36:45 +02:00
parent 78129970c6
commit 37ee56a705
3 changed files with 8 additions and 6 deletions

View file

@ -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);
}