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:
parent
7acec47b80
commit
1b69ca80a6
2 changed files with 12 additions and 191 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue