BUG FIX: Fixed indentation in respect to the jslint rules.
authorDamien Buhl (alias daminetreg) <damien.buhl@lecbna.org>
Thu, 31 Jan 2013 15:08:30 +0000 (16:08 +0100)
committereichsjul <julian.eichstaedt@ch.sauter-bc.com>
Thu, 7 Feb 2013 10:09:32 +0000 (11:09 +0100)
dygraph-canvas.js

index 2573147..6567808 100644 (file)
@@ -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)) {