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
|
||||
* populated.
|
||||
* @private
|
||||
* @returns {Object}
|
||||
*/
|
||||
function _constructConnectionOptions(domain) {
|
||||
|
|
|
@ -11,8 +11,8 @@ import {
|
|||
* Initial state of 'features/base/lib-jitsi-meet'.
|
||||
*
|
||||
* @type {{
|
||||
* initializationError: null,
|
||||
* initialized: boolean
|
||||
* initializationError: null,
|
||||
* initialized: boolean
|
||||
* }}
|
||||
*/
|
||||
const INITIAL_STATE = {
|
||||
|
|
Loading…
Reference in New Issue