Browse Source

Make lint happy again

Julian Viereck 13 years ago
parent
commit
049b19264c
  1. 2
      test/driver.js

2
test/driver.js

@ -186,7 +186,7 @@ SimpleTextLayerBuilder.prototype = { @@ -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;

Loading…
Cancel
Save