mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Make lint happy again
This commit is contained in:
parent
3d0e6da2ff
commit
049b19264c
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ SimpleTextLayerBuilder.prototype = {
|
|||
ctx.fillStyle = 'black';
|
||||
ctx.fillText(textContent, text.geom.x, text.geom.y);
|
||||
|
||||
this.textCounter ++;
|
||||
this.textCounter++;
|
||||
},
|
||||
setTextContent: function SimpleTextLayerBuilder_SetTextContent(textContent) {
|
||||
this.textContent = textContent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue