Fix jsdocs

This commit is contained in:
Lyubomir Marinov 2017-01-28 12:11:24 -06:00
parent 3aff812ee2
commit 5319227a8f
2 changed files with 3 additions and 2 deletions

View File

@ -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) {

View File

@ -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 = {