[RN] Fix jsdocs

This commit is contained in:
Saúl Ibarra Corretgé 2017-08-14 12:23:46 +02:00
parent 1b0bffe251
commit 2e3a5b1c35
1 changed files with 4 additions and 4 deletions

View File

@ -309,7 +309,7 @@ function _mapDispatchToProps(dispatch) {
* Sets the lock i.e. password protection of the conference/room. * Sets the lock i.e. password protection of the conference/room.
* *
* @private * @private
* @returns {Object} Dispatched action. * @returns {void}
* @type {Function} * @type {Function}
*/ */
_onRoomLock() { _onRoomLock() {
@ -320,7 +320,7 @@ function _mapDispatchToProps(dispatch) {
* Begins the UI procedure to share the conference/room URL. * Begins the UI procedure to share the conference/room URL.
* *
* @private * @private
* @returns {void} Dispatched action. * @returns {void}
* @type {Function} * @type {Function}
*/ */
_onShareRoom() { _onShareRoom() {
@ -331,7 +331,7 @@ function _mapDispatchToProps(dispatch) {
* Toggles the audio-only flag of the conference. * Toggles the audio-only flag of the conference.
* *
* @private * @private
* @returns {Object} Dispatched action. * @returns {void}
* @type {Function} * @type {Function}
*/ */
_onToggleAudioOnly() { _onToggleAudioOnly() {
@ -343,7 +343,7 @@ function _mapDispatchToProps(dispatch) {
* cameras. * cameras.
* *
* @private * @private
* @returns {Object} Dispatched action. * @returns {void}
* @type {Function} * @type {Function}
*/ */
_onToggleCameraFacingMode() { _onToggleCameraFacingMode() {