diff --git a/js/iD/renderer/Map.js b/js/iD/renderer/Map.js index 1110b1a71..7b4e7e166 100755 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -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 = [],