From 59fe671896c48ba3c70f6595d2aa1080c33c8645 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 22:48:53 -0800 Subject: [PATCH 1/2] s/poral/portal/ --- plugins/broken/portal-highlighter-can-make-level.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/broken/portal-highlighter-can-make-level.user.js b/plugins/broken/portal-highlighter-can-make-level.user.js index aec6a8da..fc434809 100644 --- a/plugins/broken/portal-highlighter-can-make-level.user.js +++ b/plugins/broken/portal-highlighter-can-make-level.user.js @@ -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) { var resonators_total = 0; var resonators_placed = 0; From 4775bca0d03ede4e7c25afd5a05af613c3e0ab19 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Wed, 8 Jan 2014 00:02:50 -0800 Subject: [PATCH 2/2] s/nxt/next/ --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index ebe0ea06..2c2aab50 100644 --- a/code/boot.js +++ b/code/boot.js @@ -288,7 +288,7 @@ window.setupMap = function() { window.mapDataRequest.start(); // 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 window.startRefreshTimeout(ON_MOVE_REFRESH*1000); };