From 2e3a5b1c357d017f05a9ea6d7c6a89931011c821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 14 Aug 2017 12:23:46 +0200 Subject: [PATCH] [RN] Fix jsdocs --- react/features/toolbox/components/Toolbox.native.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index a0a7e4937..587964fb7 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -309,7 +309,7 @@ function _mapDispatchToProps(dispatch) { * Sets the lock i.e. password protection of the conference/room. * * @private - * @returns {Object} Dispatched action. + * @returns {void} * @type {Function} */ _onRoomLock() { @@ -320,7 +320,7 @@ function _mapDispatchToProps(dispatch) { * Begins the UI procedure to share the conference/room URL. * * @private - * @returns {void} Dispatched action. + * @returns {void} * @type {Function} */ _onShareRoom() { @@ -331,7 +331,7 @@ function _mapDispatchToProps(dispatch) { * Toggles the audio-only flag of the conference. * * @private - * @returns {Object} Dispatched action. + * @returns {void} * @type {Function} */ _onToggleAudioOnly() { @@ -343,7 +343,7 @@ function _mapDispatchToProps(dispatch) { * cameras. * * @private - * @returns {Object} Dispatched action. + * @returns {void} * @type {Function} */ _onToggleCameraFacingMode() {