mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix global leak
This commit is contained in:
@@ -12,6 +12,7 @@ iD.Map = function() {
|
||||
.on('zoom', zoomPan),
|
||||
dblclickEnabled = true,
|
||||
fastEnabled = true,
|
||||
transformStart,
|
||||
minzoom = 0,
|
||||
background = iD.Background()
|
||||
.projection(projection),
|
||||
|
||||
Reference in New Issue
Block a user