pacify eslint

This commit is contained in:
Bryan Housel
2019-01-25 16:23:46 -05:00
parent 5d6e331635
commit 18d71448be
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
import _clone from 'lodash-es/clone';
import {
dispatch as d3_dispatch
} from 'd3-dispatch';
+1 -1
View File
@@ -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 });
}