From 049b19264c490e7d34c10e4666cf197a7432ce7b Mon Sep 17 00:00:00 2001 From: Julian Viereck Date: Mon, 17 Sep 2012 17:19:27 +0200 Subject: [PATCH] Make lint happy again --- test/driver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/driver.js b/test/driver.js index 1b690811b..a493edb00 100644 --- a/test/driver.js +++ b/test/driver.js @@ -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;