Explorar el Código

Fix jsdocs

j8
Lyubomir Marinov hace 8 años
padre
commit
5319227a8f

+ 1
- 0
react/features/base/connection/reducer.js Ver fichero

62
  *
62
  *
63
  * @param {string} domain - The domain with which the returned options are to be
63
  * @param {string} domain - The domain with which the returned options are to be
64
  * populated.
64
  * populated.
65
+ * @private
65
  * @returns {Object}
66
  * @returns {Object}
66
  */
67
  */
67
 function _constructConnectionOptions(domain) {
68
 function _constructConnectionOptions(domain) {

+ 2
- 2
react/features/base/lib-jitsi-meet/reducer.js Ver fichero

11
  * Initial state of 'features/base/lib-jitsi-meet'.
11
  * Initial state of 'features/base/lib-jitsi-meet'.
12
  *
12
  *
13
  * @type {{
13
  * @type {{
14
- *      initializationError: null,
15
- *      initialized: boolean
14
+ *     initializationError: null,
15
+ *     initialized: boolean
16
  * }}
16
  * }}
17
  */
17
  */
18
 const INITIAL_STATE = {
18
 const INITIAL_STATE = {

Loading…
Cancelar
Guardar