From 283b304fc4fd401aaeba7f91c7b6dc485dc0fafc Mon Sep 17 00:00:00 2001 From: Sam Leitner Date: Wed, 16 Mar 2016 15:23:44 -0400 Subject: [PATCH] typo --- frontend/src/js/drawCircles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/js/drawCircles.js b/frontend/src/js/drawCircles.js index 316d49bc..e6c27344 100644 --- a/frontend/src/js/drawCircles.js +++ b/frontend/src/js/drawCircles.js @@ -31,7 +31,7 @@ hmdaStat(data), style ); // We will use the tractid when redrawing - circle.tracid = geo.tractid || ''; + circle.tractid = geo.tractid || ''; circle.volume = geo.volume; circle.type = "tract-circle"; circle.keyCircle = 0;