mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Reduce circular dependencies caused by importing from indexes, the location of the validation models, and the location of areaKeys (close #6237)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { currentLocale, setTextDirection } from './locale';
|
||||
import { dataLocales } from '../../data/index';
|
||||
import { utilStringQs } from './index';
|
||||
import { utilStringQs } from './util';
|
||||
|
||||
var detected;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
select as d3_select
|
||||
} from 'd3-selection';
|
||||
|
||||
import { utilArrayUniq } from '../util/index';
|
||||
import { utilArrayUniq } from './array';
|
||||
|
||||
|
||||
export function utilKeybinding(namespace) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { select as d3_select } from 'd3-selection';
|
||||
import { utilFunctor } from './index';
|
||||
import { utilFunctor } from './util';
|
||||
|
||||
var _tooltipID = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user