Fix(React/conference): Fix jsdocs
This commit is contained in:
parent
616ab0f635
commit
d67b7c7f49
|
@ -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}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue