Convert tabs to spaces

This commit is contained in:
Dr Ian
2013-02-01 23:08:11 +01:00
parent f4975447f8
commit 01e8f5f606

View File

@@ -19,7 +19,7 @@ iD.ui.geocoder = function() {
}
var bounds = resp[0].boundingbox;
map.extent(iD.geo.Extent([parseFloat(bounds[3]), parseFloat(bounds[0])], [parseFloat(bounds[2]), parseFloat(bounds[1])]));
if (map.zoom() > 19) map.zoom(19);
if (map.zoom() > 19) map.zoom(19);
});
}