From 8d2f4c0c3a2e384fab77b83153a1665884de14de Mon Sep 17 00:00:00 2001 From: Mike Castle Date: Sun, 24 Nov 2013 23:04:27 -0800 Subject: [PATCH] Change likely typo in variable names to be consistent. --- plugins/portal-highlighter-can-make-level.user.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/portal-highlighter-can-make-level.user.js b/plugins/portal-highlighter-can-make-level.user.js index 9514981c..157f8ed9 100644 --- a/plugins/portal-highlighter-can-make-level.user.js +++ b/plugins/portal-highlighter-can-make-level.user.js @@ -34,19 +34,19 @@ window.plugin.portalHighligherPortalsCanMakeLevel.highlight = function(data,high //determines the level of poral a user can make all on their own window.plugin.portalHighligherPortalsCanMakeLevel.playerCanSoloLevel = function(lvl) { - var renators_total = 0; - var renators_placed = 0; + var resonators_total = 0; + var resonators_placed = 0; var resonator_level = PLAYER.level - while(renators_placed < 8) { + while(resonators_placed < 8) { for(var i = 0; i