Fix a number of typos in comments and site content

This commit is contained in:
nexushoratio
2013-12-29 04:09:37 -08:00
parent be91809e84
commit 537eeef539
7 changed files with 7 additions and 7 deletions

View File

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