|
@@ -7,7 +7,7 @@ import 'jQuery-Impromptu';
|
7
|
7
|
import 'olm';
|
8
|
8
|
|
9
|
9
|
// We need to setup the jitsi-local-storage as early as possible so that we can start using it.
|
10
|
|
-// NOTE: If jitsi-local-storage is used before the initial setup is performed this will brake the use case when we use
|
|
10
|
+// NOTE: If jitsi-local-storage is used before the initial setup is performed this will break the use case when we use
|
11
|
11
|
// the local storage from the parent page when the localStorage is disabled. Also the setup is relying that
|
12
|
12
|
// window.location is not changed and still has all URL parameters.
|
13
|
13
|
import './react/features/base/jitsi-local-storage/setup';
|