From 55b82cdc57d52bfb185b18eb371db83945d6f5d0 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Thu, 24 May 2018 15:27:07 -0700 Subject: [PATCH] delint --- src/hub.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hub.js b/src/hub.js index 827bab773..acc40490a 100644 --- a/src/hub.js +++ b/src/hub.js @@ -329,7 +329,6 @@ const onReady = async () => { window.interacted = resolve; }); audio.play(); - } if (mediaStream) { @@ -389,8 +388,7 @@ const onReady = async () => { // Stop rendering while the UI is up. We restart the render loop in enterScene. // Wait a tick plus some margin so that the environments actually render. setTimeout(() => scene.renderer.animate(null), 100); - } - else { + } else { const noop = () => {}; // Replace renderer with a noop renderer to reduce bot resource usage. scene.renderer = { animate: noop, render: noop }; -- GitLab