From 7576329dc389e687edd6762eba4da5d790fa421f Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 15 Dec 2021 13:44:02 +0530 Subject: [PATCH] lint compliance --- www/common/test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/common/test.js b/www/common/test.js index 253a99cf0..9600df0e1 100644 --- a/www/common/test.js +++ b/www/common/test.js @@ -1,5 +1,6 @@ define([], function () { if (window.__CRYPTPAD_TEST_OBJ_) { return window.__CRYPTPAD_TEST_OBJ_; } +/* // XXX localhost secureiframe fix var out = function () {}; out.options = {}; @@ -7,6 +8,7 @@ define([], function () { out.registerInner = function () { }; out.registerOuter = function () { }; return out; +*/ var locks = []; var tests = [];