Fix global leaks

This commit is contained in:
Tom MacWright
2013-01-04 17:44:39 -05:00
parent fdc64c232a
commit fb9052818d
+1 -1
View File
@@ -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('');