From 34914785eb579c56607aaa9589d89ac5584e0b1b Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 28 Jun 2018 16:15:38 +0200 Subject: [PATCH] lint compliance --- www/common/cryptpad-common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 833380513..574a696c3 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -931,9 +931,8 @@ define([ if (typeof(SharedWorker) !== "undefined") { try { new SharedWorker(''); - catch (e) { + } catch (e) { noSharedWorker = true; - e = e; console.log('Disabling SharedWorker because of privacy settings.'); } }