Update setup.web.js

pull/9807/head jitsi-meet_6238
Saúl Ibarra Corretgé 4 years ago
parent 11382cfda6
commit e67db2381e
  1. 2
      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) {

Loading…
Cancel
Save