Spell check and found a bunch of new comments with typos.

This commit is contained in:
Mike Castle
2013-12-02 23:15:02 -08:00
parent 82f4ee4410
commit b783ef9cf6
5 changed files with 6 additions and 6 deletions

View File

@ -470,7 +470,7 @@ window.Render.prototype.addPortalToMapLayer = function(portal) {
this.portalClusters[cid].push(portal.options.guid);
// now, at this point, we could match the above re-clustr code - sorting, and adding/removing as necessary
// now, at this point, we could match the above re-cluster code - sorting, and adding/removing as necessary
// however, it won't make a lot of visible difference compared to just pushing to the end of the list, then
// adding to the visible layer if the list is below the limit
if (this.portalClusters[cid].length < this.CLUSTER_PORTAL_LIMIT || portal.options.guid == selectedPortal || artifact.isInterestingPortal(portal.options.guid)) {