mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Remove unused argument
This commit is contained in:
@@ -23,7 +23,7 @@ iD.Map = function(elem) {
|
||||
dispatch = d3.dispatch('move', 'update'),
|
||||
// data
|
||||
history = iD.History(),
|
||||
connection = iD.Connection(history.graph()),
|
||||
connection = iD.Connection(),
|
||||
inspector = iD.Inspector(history),
|
||||
parent = d3.select(elem),
|
||||
selection = [],
|
||||
|
||||
Reference in New Issue
Block a user