ソースを参照

[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() {

読み込み中…
キャンセル
保存