Make lint happy again
This commit is contained in:
parent
3d0e6da2ff
commit
049b19264c
@ -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…
Reference in New Issue
Block a user