Selaa lähdekoodia

Update setup.web.js

master
Saúl Ibarra Corretgé 4 vuotta sitten
vanhempi
commit
e67db2381e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      react/features/base/jitsi-local-storage/setup.web.js

+ 1
- 1
react/features/base/jitsi-local-storage/setup.web.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna