Bläddra i källkod

Fix jsdocs

j8
Lyubomir Marinov 8 år sedan
förälder
incheckning
5319227a8f

+ 1
- 0
react/features/base/connection/reducer.js Visa fil

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

+ 2
- 2
react/features/base/lib-jitsi-meet/reducer.js Visa fil

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

Laddar…
Avbryt
Spara