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;