mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Pacify eslint, get build and tests running again
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { d3keybinding } from '../../js/lib/d3.keybinding.js';
|
||||
import * as d3 from 'd3';
|
||||
import _ from 'lodash';
|
||||
import { d3keybinding } from '../../js/lib/d3.keybinding.js';
|
||||
import { t } from '../util/locale';
|
||||
import { tooltip } from '../util/tooltip';
|
||||
import { Icon } from '../svg/index';
|
||||
import { tooltipHtml } from './tooltipHtml';
|
||||
import _ from 'lodash';
|
||||
|
||||
export function MapData(context) {
|
||||
var key = 'F',
|
||||
|
||||
Reference in New Issue
Block a user