Pacify eslint, get build and tests running again

This commit is contained in:
Bryan Housel
2016-08-26 01:15:07 -04:00
parent 1021f6266f
commit a86f34b4ef
143 changed files with 406 additions and 342 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import { rebind } from '../util/rebind';
import * as d3 from 'd3';
import _ from 'lodash';
import { rebind } from '../util/rebind';
import { t } from '../util/locale';
import { tooltip } from '../util/tooltip';
import _ from 'lodash';
import { Browse } from '../modes/index';
import { ChangeTags } from '../actions/index';
import { Icon } from '../svg/index';
@@ -98,7 +98,7 @@ export function EntityEditor(context) {
selection.selectAll('.preset-reset')
.on('click', function() {
dispatch.call("choose", this, activePreset);
dispatch.call('choose', this, activePreset);
});
// Update