From 045db7fe90d5206f5f3aca1d14c540503b926432 Mon Sep 17 00:00:00 2001 From: Xelio Date: Thu, 5 Sep 2013 02:32:59 +0800 Subject: [PATCH] Fix comment. --- code/portal_detail_display.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/portal_detail_display.js b/code/portal_detail_display.js index abc70852..effd9fb1 100644 --- a/code/portal_detail_display.js +++ b/code/portal_detail_display.js @@ -120,7 +120,7 @@ window.renderPortalDetails = function(guid) { } // draws link-range and hack-range circles around the portal with the -// given details. Clear them if parameter 'd' is null +// given details. Clear them if parameter 'd' is null. window.setPortalIndicators = function(d) { if(portalRangeIndicator) map.removeLayer(portalRangeIndicator); portalRangeIndicator = null; @@ -156,7 +156,7 @@ window.selectPortal = function(guid) { // Restore style of unselected portal if(!update && oldPortal) setMarkerStyle(oldPortal,false); - // Change style of unselected portal + // Change style of selected portal if(newPortal) { setMarkerStyle(newPortal, true);