mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Merge pull request #5639 from wonga00/more_tests
Added more validation tests
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import * as d3 from 'd3';
|
||||
import { dispatch as d3_dispatch } from 'd3-dispatch';
|
||||
|
||||
import _filter from 'lodash-es/filter';
|
||||
|
||||
import { utilRebind } from '../util/rebind';
|
||||
|
||||
export function IssueManager(context) {
|
||||
var dispatch = d3.dispatch('reload'),
|
||||
var dispatch = d3_dispatch('reload'),
|
||||
self = {},
|
||||
issues = [];
|
||||
|
||||
Reference in New Issue
Block a user