Remove unused argument

This commit is contained in:
John Firebaugh
2012-11-09 17:42:09 -08:00
parent 3fc52a1750
commit 59ce3f0ee8
+1 -1
View File
@@ -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 = [],