Pacify eslint

This commit is contained in:
Bryan Housel
2016-07-24 17:39:06 -07:00
parent fd0803f89c
commit 747b9f37d5
9 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { t } from '../../util/locale';
import _ from 'lodash';
export function access(field) {
var dispatch = d3.dispatch('change'),
items;
+1
View File
@@ -1,5 +1,6 @@
import { t } from '../../util/locale';
import _ from 'lodash';
export {
combo as typeCombo,
combo as multiCombo
+1
View File
@@ -1,4 +1,5 @@
import { t } from '../../util/locale';
export {
url as text,
url as number,
+1
View File
@@ -1,4 +1,5 @@
import { t } from '../../util/locale';
export function radio(field) {
var dispatch = d3.dispatch('change'),
labels, radios, placeholder;
+1
View File
@@ -1,4 +1,5 @@
import { t } from '../../util/locale';
export function textarea(field) {
var dispatch = d3.dispatch('change'),
input;