mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Enable block-scoped-var eslint rule
This commit is contained in:
@@ -289,8 +289,9 @@ export function uiFieldRestrictions(field, context) {
|
||||
.selectAll('.related')
|
||||
.classed('related', false);
|
||||
|
||||
var way;
|
||||
if (_fromWayID) {
|
||||
var way = vgraph.entity(_fromWayID);
|
||||
way = vgraph.entity(_fromWayID);
|
||||
surface
|
||||
.selectAll('.' + _fromWayID)
|
||||
.classed('selected', true)
|
||||
|
||||
Reference in New Issue
Block a user