소스 검색

[RN] Fix jsdocs

master
Saúl Ibarra Corretgé 8 년 전
부모
커밋
2e3a5b1c35
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      react/features/toolbox/components/Toolbox.native.js

+ 4
- 4
react/features/toolbox/components/Toolbox.native.js 파일 보기

309
          * Sets the lock i.e. password protection of the conference/room.
309
          * Sets the lock i.e. password protection of the conference/room.
310
          *
310
          *
311
          * @private
311
          * @private
312
-         * @returns {Object} Dispatched action.
312
+         * @returns {void}
313
          * @type {Function}
313
          * @type {Function}
314
          */
314
          */
315
         _onRoomLock() {
315
         _onRoomLock() {
320
          * Begins the UI procedure to share the conference/room URL.
320
          * Begins the UI procedure to share the conference/room URL.
321
          *
321
          *
322
          * @private
322
          * @private
323
-         * @returns {void} Dispatched action.
323
+         * @returns {void}
324
          * @type {Function}
324
          * @type {Function}
325
          */
325
          */
326
         _onShareRoom() {
326
         _onShareRoom() {
331
          * Toggles the audio-only flag of the conference.
331
          * Toggles the audio-only flag of the conference.
332
          *
332
          *
333
          * @private
333
          * @private
334
-         * @returns {Object} Dispatched action.
334
+         * @returns {void}
335
          * @type {Function}
335
          * @type {Function}
336
          */
336
          */
337
         _onToggleAudioOnly() {
337
         _onToggleAudioOnly() {
343
          * cameras.
343
          * cameras.
344
          *
344
          *
345
          * @private
345
          * @private
346
-         * @returns {Object} Dispatched action.
346
+         * @returns {void}
347
          * @type {Function}
347
          * @type {Function}
348
          */
348
          */
349
         _onToggleCameraFacingMode() {
349
         _onToggleCameraFacingMode() {

Loading…
취소
저장