From 9d969d2b6a3bd7ae2b3eef16bb55a4e2dbd0c15a Mon Sep 17 00:00:00 2001 From: Kyle McGrogan Date: Fri, 9 Dec 2016 23:19:32 -0500 Subject: [PATCH] Removing unused variable num was being defined but never used. It wouldn't cause issues, but it was pointless. --- findGame/TipOnLoadingPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/findGame/TipOnLoadingPage.js b/findGame/TipOnLoadingPage.js index d130dfd..f3d7e0e 100644 --- a/findGame/TipOnLoadingPage.js +++ b/findGame/TipOnLoadingPage.js @@ -5,7 +5,6 @@ //**************************************// $(document).ready(function() { - var num = 0; var tips = [ "When chasing the opponent's flag carrier always stay between them and the flag tile.", "Nobody on regrab? Get on regrab. Somebody on regrab? Chase the player holding your flag.",