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

Loading…
Cancel
Save