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.fillStyle = 'black';
|
||||||
ctx.fillText(textContent, text.geom.x, text.geom.y);
|
ctx.fillText(textContent, text.geom.x, text.geom.y);
|
||||||
|
|
||||||
this.textCounter ++;
|
this.textCounter++;
|
||||||
},
|
},
|
||||||
setTextContent: function SimpleTextLayerBuilder_SetTextContent(textContent) {
|
setTextContent: function SimpleTextLayerBuilder_SetTextContent(textContent) {
|
||||||
this.textContent = textContent;
|
this.textContent = textContent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue