mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-28 08:23:46 +00:00
Dumbest bug so far.
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user