From: Shawn Date: Tue, 26 Nov 2013 16:30:39 +0000 (-0800) Subject: Formatting change. X-Git-Tag: v1.1.0~70^2~1^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=d68137fde70a8ec78bde9ca920b1cc1d835188d5;p=dygraphs.git Formatting change. --- 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') {