whitespace fixes

This commit is contained in:
Steve Kashishian 2014-03-04 11:04:00 -05:00
parent 28c56c4bb0
commit ed926180d2
9 changed files with 14 additions and 14 deletions

View File

@ -36,8 +36,8 @@
map.setView([51.505, -0.09], 13);
var osmUrl = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
osmAttrib = '&copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors';
var osm = L.tileLayer(osmUrl, {maxZoom: 18, attribution: osmAttrib});.addTo(map);
osmAttrib = '&copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
osm = L.tileLayer(osmUrl, {maxZoom: 18, attribution: osmAttrib}).addTo(map);
</script>
</body>