Merge pull request #718 from nexushoratio/proofreading
Fix a number of typos in comments and site content
This commit is contained in:
@ -179,7 +179,7 @@ window.setupMap = function() {
|
||||
// faction-specific layers
|
||||
// these layers don't actually contain any data. instead, every time they're added/removed from the map,
|
||||
// the matching sub-layers within the above portals/fields/links are added/removed from their parent with
|
||||
// the below 'onoverlayadd/onoverlayremovve' events
|
||||
// the below 'onoverlayadd/onoverlayremove' events
|
||||
var factionLayers = [L.layerGroup(), L.layerGroup(), L.layerGroup()];
|
||||
for (var fac in factionLayers) {
|
||||
map.addLayer (factionLayers[fac]);
|
||||
|
Reference in New Issue
Block a user