Skip to content

Commit

Permalink
Remove extraneous backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 6, 2019
1 parent 8a2ae4a commit ed49930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.interaction.js
Expand Up @@ -79,7 +79,7 @@ function getNearestItems(chart, position, intersect, distanceMetric) {
}

var center = element.getCenterPoint();
var distance = distanceMetric(position, center);`
var distance = distanceMetric(position, center);
if (distance < minDistance) {
nearestItems = [element];
minDistance = distance;
Expand Down

0 comments on commit ed49930

Please sign in to comment.