From d66f5494472d22c96e3835c71e1de58f0cbb56f8 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:33:31 +0900 Subject: [PATCH] lint --- html/src/vr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/vr.js b/html/src/vr.js index 5c06dbde..ad2fbd61 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -816,7 +816,7 @@ speechSynthesis.getVoices(); // OnPlayerJoining var bias = new Date(Date.now() - 120000).toJSON(); - for (i = 0; i < feeds.length; i++) { + for (var i = 0; i < feeds.length; i++) { var ctx = feeds[i]; if ((ctx.created_at < bias) || (ctx.type === 'Location')) { break;