Fix(React/conference): Fix jsdocs

This commit is contained in:
yanas 2017-01-03 15:09:52 -06:00
parent 616ab0f635
commit d67b7c7f49
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class Conference extends Component {
/** /**
* Inits the toolbar timeout after the component is initially rendered. * Inits the toolbar timeout after the component is initially rendered.
* *
* @inheritDoc * @inheritdoc
* returns {void} * returns {void}
*/ */
componentDidMount() { componentDidMount() {
@ -212,7 +212,7 @@ class Conference extends Component {
* Triggers the default toolbar timeout. * Triggers the default toolbar timeout.
* *
* @param {boolean} toolbarVisible - Indicates if the toolbar is currently * @param {boolean} toolbarVisible - Indicates if the toolbar is currently
* visible * visible.
* @private * @private
* @returns {void} * @returns {void}
*/ */