From 84cf5389b6b9dcfb27480c27437539786987bca9 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 24 Jun 2020 15:15:37 -0500 Subject: [PATCH] fix eslint compile error due to trailing spaces --- assets/js/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/graph.js b/assets/js/graph.js index 2153f32..62b1045 100644 --- a/assets/js/graph.js +++ b/assets/js/graph.js @@ -28,7 +28,7 @@ export class GraphDisplayManager { // and the application has received updates prior to the initial state return } - + // Calculate isZoomed before mutating graphData otherwise the indexed values // are out of date and will always fail when compared to plotScaleX.min/max const plotScaleX = this._plotInstance.scales.x