From d68137fde70a8ec78bde9ca920b1cc1d835188d5 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 26 Nov 2013 08:30:39 -0800 Subject: [PATCH] Formatting change. --- dygraph.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dygraph.js b/dygraph.js index 85885e2..e6b971b 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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') { -- 2.7.4