From 264119ea9921d408819677f3af3706c81dee2e50 Mon Sep 17 00:00:00 2001 From: tyrasd Date: Sat, 3 Nov 2012 17:43:04 +0100 Subject: [PATCH] fixed typo (semicolon instead of comma in var[iables] definition) --- 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 e0f976edf..79bf3916f 100755 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -15,7 +15,7 @@ iD.Map = function(elem) { dispatch = d3.dispatch('move'), // data graph = new iD.Graph(), - connection = new iD.Connection(graph); + connection = new iD.Connection(graph), inspector = iD.Inspector(graph), parent = d3.select(elem), selection = [],