From de9a8181064aa767e1c70c31a0027a0324cc33c6 Mon Sep 17 00:00:00 2001 From: "Damien Buhl (alias daminetreg)" Date: Thu, 31 Jan 2013 16:08:30 +0100 Subject: [PATCH] BUG FIX: Fixed indentation in respect to the jslint rules. --- dygraph-canvas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 2573147..6567808 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -263,8 +263,8 @@ DygraphCanvasRenderer._drawStyledLine = function(e, // TODO(konigsberg): Compute attributes outside this method call. var stepPlot = g.getOption("stepPlot"); var seriesStepPlot = g.getOption("stepPlot",e.setName); - if(seriesStepPlot !== undefined){ - stepPlot = seriesStepPlot; + if(seriesStepPlot !== undefined) { + stepPlot = seriesStepPlot; } if (!Dygraph.isArrayLike(strokePattern)) { -- 2.7.4