1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 23:28:06 +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:
Mitar 2014-09-19 15:09:05 -07:00 committed by Mitar
parent e77e5c442f
commit 2f72ac1255
2 changed files with 0 additions and 2 deletions

View file

@ -644,7 +644,6 @@ var PageView = function pageView(container, id, scale,
var renderContext = {
canvasContext: ctx,
viewport: this.viewport,
textLayer: textLayer,
// intent: 'default', // === 'display'
continueCallback: function pdfViewcContinueCallback(cont) {
if (PDFView.highestPriorityPage !== 'page' + self.id) {