Comments Fixes

This commit is contained in:
Akshit Kr Nagpal 2018-06-29 11:19:59 +05:30 committed by Saúl Ibarra Corretgé
parent 351ec163b2
commit 8ecfab1b5b
2 changed files with 2 additions and 2 deletions

View file

@ -318,7 +318,7 @@ class Conference extends Component<Props, State> {
* Inject some style into the iframe so everything except the filmstrip, chat, * Inject some style into the iframe so everything except the filmstrip, chat,
* buttons or any input is draggable. * buttons or any input is draggable.
* *
* @param {Object} iframe - reference to the iframe where the drag areas will * @param {Object} iframe - Reference to the iframe where the drag areas will
* be set. * be set.
* @returns {void} * @returns {void}
*/ */

View file

@ -21,7 +21,7 @@ type State = {
*/ */
export default class HelpButton extends Component< *, State> { export default class HelpButton extends Component< *, State> {
/** /**
* Initializes a new {@code HelpAction} instance. * Initializes a new {@code HelpButton} instance.
* *
* @inheritdoc * @inheritdoc
*/ */