Fix jsdocs
This commit is contained in:
parent
3aff812ee2
commit
5319227a8f
|
@ -62,6 +62,7 @@ function _connectionEstablished(state, action) {
|
||||||
*
|
*
|
||||||
* @param {string} domain - The domain with which the returned options are to be
|
* @param {string} domain - The domain with which the returned options are to be
|
||||||
* populated.
|
* populated.
|
||||||
|
* @private
|
||||||
* @returns {Object}
|
* @returns {Object}
|
||||||
*/
|
*/
|
||||||
function _constructConnectionOptions(domain) {
|
function _constructConnectionOptions(domain) {
|
||||||
|
|
|
@ -11,8 +11,8 @@ import {
|
||||||
* Initial state of 'features/base/lib-jitsi-meet'.
|
* Initial state of 'features/base/lib-jitsi-meet'.
|
||||||
*
|
*
|
||||||
* @type {{
|
* @type {{
|
||||||
* initializationError: null,
|
* initializationError: null,
|
||||||
* initialized: boolean
|
* initialized: boolean
|
||||||
* }}
|
* }}
|
||||||
*/
|
*/
|
||||||
const INITIAL_STATE = {
|
const INITIAL_STATE = {
|
||||||
|
|
Loading…
Reference in New Issue