Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sleitner committed Mar 16, 2016
1 parent 1284319 commit 283b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/drawCircles.js
Expand Up @@ -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;
Expand Down

0 comments on commit 283b304

Please sign in to comment.