mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
pacify eslint
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import _clone from 'lodash-es/clone';
|
||||
|
||||
import {
|
||||
dispatch as d3_dispatch
|
||||
} from 'd3-dispatch';
|
||||
|
||||
@@ -225,7 +225,7 @@ export function uiFieldLocalized(field, context) {
|
||||
var parts = name.split(' – ');
|
||||
if (parts.length > 1) {
|
||||
parts.pop();
|
||||
var name = parts.join(' – ');
|
||||
name = parts.join(' – ');
|
||||
utilGetSetValue(input, name);
|
||||
dispatch.call('change', this, { name: name });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user