1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Remove commented out code and change some comments to fit current code state

This commit is contained in:
Julian Viereck 2011-10-11 19:51:35 +02:00
parent 7acec47b80
commit 1b69ca80a6
2 changed files with 12 additions and 191 deletions

View file

@ -60,18 +60,10 @@ var WorkerProcessorHandler = {
}
}
// var fonts = [];
// for (var i = 0; i < dependency.length; i++) {
// var dep = dependency[i];
// if (typeof dep === "object") {
// fonts.push(dep);
// }
// }
handler.send('page', {
pageNum: pageNum,
IRQueue: IRQueue,
depFonts: fonts
depFonts: Object.keys(fonts)
});
}, this);