From e67db2381e9496898fe20b19b99c397bee9fcdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 24 Aug 2021 16:06:32 +0200 Subject: [PATCH] Update setup.web.js --- react/features/base/jitsi-local-storage/setup.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/base/jitsi-local-storage/setup.web.js b/react/features/base/jitsi-local-storage/setup.web.js index b54342e92..52c1e251b 100644 --- a/react/features/base/jitsi-local-storage/setup.web.js +++ b/react/features/base/jitsi-local-storage/setup.web.js @@ -17,7 +17,7 @@ declare var config: Object; * @returns {boolean} Returns {@code true} if loaded in iframe. * @private */ - function _inIframe() { +function _inIframe() { try { return window.self !== window.top; } catch (e) {