mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
textLayer is not used anymore in render context.
It should be removed to prevent confusion when reading the code.
This commit is contained in:
parent
e77e5c442f
commit
2f72ac1255
2 changed files with 0 additions and 2 deletions
|
@ -311,7 +311,6 @@ function nextPage(task, loadError) {
|
|||
}
|
||||
var renderContext = {
|
||||
canvasContext: drawContext,
|
||||
textLayer: textLayerBuilder,
|
||||
viewport: viewport
|
||||
};
|
||||
var completeRender = (function(error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue