Dumbest bug so far.

This commit is contained in:
Tom MacWright
2012-10-28 12:03:06 -04:00
parent 4a1e5691c2
commit 8f7f3a7204

View File

@@ -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
/*