Fix eslint/jsdoc warnings (doc change only!)

This commit is contained in:
Bettenbuk Zoltan
2018-11-08 13:25:02 +01:00
committed by Saúl Ibarra Corretgé
parent 56100d0d5c
commit 3fdf944763
36 changed files with 96 additions and 93 deletions

View File

@@ -194,7 +194,6 @@ export default class AbstractStartLiveStreamDialog<P: Props>
* display of the entered YouTube stream key.
*
* @param {string} streamKey - The stream key entered in the field.
* changed text.
* @private
* @returns {void}
*/

View File

@@ -47,7 +47,7 @@ class StartLiveStreamDialog extends AbstractStartLiveStreamDialog<Props> {
*
* FIXME: This is a temporary method to store the streaming key on mobile
* for easier use, until the Google sign-in is implemented. We don't store
* the key on web for security reasons (e.g. we don't want to have the key
* the key on web for security reasons (e.g. We don't want to have the key
* stored if the used signed out).
*
* @private
@@ -80,7 +80,7 @@ class StartLiveStreamDialog extends AbstractStartLiveStreamDialog<Props> {
* A callback to be invoked when an authenticated user changes, so
* then we can get (or clear) the YouTube stream key.
*
* TODO: handle errors by showing some indication to the user.
* TODO: Handle errors by showing some indication to the user.
*
* @private
* @param {Object} response - The retreived signin response.