From 7565e685d1f3d75059b84e2986d185bc664a6017 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 12 Jun 2020 14:19:13 -0400 Subject: [PATCH] Fix lint warning --- modules/ui/zoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/zoom.js b/modules/ui/zoom.js index 6c026903f..5e6ffc23d 100644 --- a/modules/ui/zoom.js +++ b/modules/ui/zoom.js @@ -73,7 +73,7 @@ export function uiZoom(context) { .enter() .append('button') .attr('class', function(d) { return d.id; }) - .on('pointerup.editor', function(d) { + .on('pointerup.editor', function() { lastPointerUpType = d3_event.pointerType; }) .on('click.editor', function(d) {