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) {