From 8f7f3a7204b65cdb6829c2bb250a41c4848c443f Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sun, 28 Oct 2012 12:03:06 -0400 Subject: [PATCH] Dumbest bug so far. --- 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 b220f5afd..477f607eb 100755 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -51,7 +51,7 @@ iD.Map = function(obj) { var surface = d3.selectAll(obj.selector) .append('svg') - .attr({ width: width, height: width }) + .attr({ width: width, height: height }) .call(zoombehavior).on('dblclick', function() { // TODO: round zooms /*