mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Pacify eslint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
|
||||
export function access(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
items;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { t } from '../../util/locale';
|
||||
import _ from 'lodash';
|
||||
|
||||
export {
|
||||
combo as typeCombo,
|
||||
combo as multiCombo
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { t } from '../../util/locale';
|
||||
|
||||
export {
|
||||
url as text,
|
||||
url as number,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { t } from '../../util/locale';
|
||||
|
||||
export function radio(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
labels, radios, placeholder;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { t } from '../../util/locale';
|
||||
|
||||
export function textarea(field) {
|
||||
var dispatch = d3.dispatch('change'),
|
||||
input;
|
||||
|
||||
Reference in New Issue
Block a user