From 59ce3f0ee8c2887abf2dbab580c548e889d6a9c1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 9 Nov 2012 17:42:09 -0800 Subject: [PATCH] Remove unused argument --- js/iD/renderer/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [],