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

Fix thumbnail view.

This commit is contained in:
Brendan Dahl 2012-04-12 13:04:03 -07:00
parent 2c49cab3a1
commit 7c35f10af8
2 changed files with 13 additions and 10 deletions

View file

@ -300,10 +300,6 @@ var Page = (function PageClosure() {
items.push(item);
}
return items;
},
startRendering: function Page_startRendering(ctx, viewport,
callback, textLayer) {
/// DELETE
}
};