From ba6974629b86abd59888c2252c454a5de49fbc79 Mon Sep 17 00:00:00 2001 From: Uemit Seren Date: Thu, 4 Apr 2013 16:37:01 +0200 Subject: [PATCH] Code formatting --- dygraph-canvas.js | 2 +- dygraph.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index ee325c6..90ef027 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -398,7 +398,7 @@ DygraphCanvasRenderer._drawPointsOnLine = function( var cb = pointsOnLine[idx]; ctx.save(); drawPointCallback( - e.dygraph, e.setName, ctx, cb[0], cb[1], color, pointSize,cb[2]); + e.dygraph, e.setName, ctx, cb[0], cb[1], color, pointSize, cb[2]); ctx.restore(); } }; diff --git a/dygraph.js b/dygraph.js index 6e4d2ce..0dcc23a 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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(); -- 2.7.4