Formatting change.
authorShawn <sorourke@elliottbayenergy.com>
Tue, 26 Nov 2013 16:30:39 +0000 (08:30 -0800)
committerShawn <sorourke@elliottbayenergy.com>
Tue, 26 Nov 2013 16:30:39 +0000 (08:30 -0800)
dygraph.js

index 85885e2..e6b971b 100644 (file)
@@ -2368,8 +2368,7 @@ Dygraph.stackPoints_ = function(
     if (isNaN(actualYval) || actualYval === null) {
       if(fillMethod == 'none') {
         actualYval = 0;
-      }
-      else {
+      } else {
         // Interpolate/extend for stacking purposes if possible.
         updateNextPoint(i);
         if (prevPoint && nextPoint && fillMethod != 'none') {