Make lint happy again

This commit is contained in:
Julian Viereck 2012-09-17 17:19:27 +02:00
parent 3d0e6da2ff
commit 049b19264c

View File

@ -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;