Merge pull request #718 from nexushoratio/proofreading

Fix a number of typos in comments and site content
This commit is contained in:
Jon Atkins
2014-01-05 14:04:44 -08:00
7 changed files with 7 additions and 7 deletions

View File

@ -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]);