From: Damien Buhl (alias daminetreg) Date: Thu, 31 Jan 2013 15:08:30 +0000 (+0100) Subject: BUG FIX: Fixed indentation in respect to the jslint rules. X-Git-Tag: v1.0.0~100^2~5 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=de9a8181064aa767e1c70c31a0027a0324cc33c6;p=dygraphs.git BUG FIX: Fixed indentation in respect to the jslint rules. --- 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)) {