mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Fix global leaks
This commit is contained in:
@@ -2,7 +2,7 @@ iD.Background = function() {
|
||||
var tile = d3.geo.tile(),
|
||||
projection,
|
||||
cache = {},
|
||||
offset = [0, 0];
|
||||
offset = [0, 0],
|
||||
transformProp = iD.util.prefixCSSProperty('Transform'),
|
||||
source = d3.functor('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user