mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Fix lint warning
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user