Browse Source

Fix(React/conference): Fix jsdocs

master
yanas 8 years ago
parent
commit
d67b7c7f49
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/conference/components/Conference.native.js

+ 2
- 2
react/features/conference/components/Conference.native.js View File

@@ -73,7 +73,7 @@ class Conference extends Component {
73 73
     /**
74 74
      * Inits the toolbar timeout after the component is initially rendered.
75 75
      *
76
-     * @inheritDoc
76
+     * @inheritdoc
77 77
      * returns {void}
78 78
      */
79 79
     componentDidMount() {
@@ -212,7 +212,7 @@ class Conference extends Component {
212 212
      * Triggers the default toolbar timeout.
213 213
      *
214 214
      * @param {boolean} toolbarVisible - Indicates if the toolbar is currently
215
-     * visible
215
+     * visible.
216 216
      * @private
217 217
      * @returns {void}
218 218
      */

Loading…
Cancel
Save