Saúl Ibarra Corretgé 4 лет назад
Родитель
Сommit
e67db2381e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react/features/base/jitsi-local-storage/setup.web.js

+ 1
- 1
react/features/base/jitsi-local-storage/setup.web.js Просмотреть файл

17
  * @returns {boolean} Returns {@code true} if loaded in iframe.
17
  * @returns {boolean} Returns {@code true} if loaded in iframe.
18
  * @private
18
  * @private
19
  */
19
  */
20
- function _inIframe() {
20
+function _inIframe() {
21
     try {
21
     try {
22
         return window.self !== window.top;
22
         return window.self !== window.top;
23
     } catch (e) {
23
     } catch (e) {

Загрузка…
Отмена
Сохранить