Fix global leak

This commit is contained in:
John Firebaugh
2013-01-31 12:42:37 -05:00
parent 3605895dfa
commit 3bdd314eb8

View File

@@ -3,7 +3,7 @@ iD.Background = function() {
var deviceRatio = (window.devicePixelRatio &&
window.devicePixelRatio === 2) ? 0.5 : 1;
// tileSize = (deviceRatio === 0.5) ? [128,128] : [256,256];
tileSize = [256, 256];
var tileSize = [256, 256];
var tile = d3.geo.tile(),
projection,