Merge pull request #730 from nexushoratio/proofreading

Fix two typos.
This commit is contained in:
Jon Atkins 2014-01-08 22:27:16 -08:00
commit 8cec639612
2 changed files with 2 additions and 2 deletions

View File

@ -288,7 +288,7 @@ window.setupMap = function() {
window.mapDataRequest.start(); window.mapDataRequest.start();
// start the refresh process with a small timeout, so the first data request happens quickly // start the refresh process with a small timeout, so the first data request happens quickly
// (the code originally called the request function directly, and triggered a normal delay for the nxt refresh. // (the code originally called the request function directly, and triggered a normal delay for the next refresh.
// however, the moveend/zoomend gets triggered on map load, causing a duplicate refresh. this helps prevent that // however, the moveend/zoomend gets triggered on map load, causing a duplicate refresh. this helps prevent that
window.startRefreshTimeout(ON_MOVE_REFRESH*1000); window.startRefreshTimeout(ON_MOVE_REFRESH*1000);
}; };

View File

@ -32,7 +32,7 @@ window.plugin.portalHighlighterPortalsCanMakeLevel.highlight = function(data,hig
} }
} }
//determines the level of poral a user can make all on their own //determines the level of portal a user can make all on their own
window.plugin.portalHighlighterPortalsCanMakeLevel.playerCanSoloLevel = function(lvl) { window.plugin.portalHighlighterPortalsCanMakeLevel.playerCanSoloLevel = function(lvl) {
var resonators_total = 0; var resonators_total = 0;
var resonators_placed = 0; var resonators_placed = 0;