Code formatting
[dygraphs.git] / dygraph.js
index 6e4d2ce..0dcc23a 100644 (file)
@@ -1988,7 +1988,7 @@ Dygraph.prototype.updateSelection_ = function(opt_animFraction) {
       ctx.strokeStyle = color;
       ctx.fillStyle = color;
       callback(this.g, pt.name, ctx, canvasx, pt.canvasy,
-          color, circleSize,pt.idx);
+          color, circleSize, pt.idx);
     }
     ctx.restore();