瀏覽代碼

Fix jsdocs

j8
Lyubomir Marinov 8 年之前
父節點
當前提交
5319227a8f
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1
    0
      react/features/base/connection/reducer.js
  2. 2
    2
      react/features/base/lib-jitsi-meet/reducer.js

+ 1
- 0
react/features/base/connection/reducer.js 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存