Browse Source

Fix 'Missing JSDoc comment  require-jsdoc'

master
Lyubo Marinov 8 years ago
parent
commit
4dc658c270
60 changed files with 60 additions and 60 deletions
  1. 1
    1
      react/features/app/components/AbstractApp.js
  2. 1
    1
      react/features/base/dialog/components/AbstractDialog.js
  3. 1
    1
      react/features/base/dialog/components/Dialog.native.js
  4. 1
    1
      react/features/base/dialog/components/Dialog.web.js
  5. 1
    1
      react/features/base/dialog/components/DialogContainer.js
  6. 1
    1
      react/features/base/media/components/AbstractVideoTrack.js
  7. 1
    1
      react/features/base/media/components/native/Audio.js
  8. 1
    1
      react/features/base/media/components/native/Video.js
  9. 1
    1
      react/features/base/participants/components/Avatar.native.js
  10. 1
    1
      react/features/base/participants/components/Avatar.web.js
  11. 1
    1
      react/features/base/participants/components/ParticipantView.native.js
  12. 1
    1
      react/features/base/react/components/AbstractContainer.js
  13. 1
    1
      react/features/base/react/components/Link.native.js
  14. 1
    1
      react/features/conference/components/Conference.web.js
  15. 1
    1
      react/features/desktop-picker/components/DesktopPicker.js
  16. 1
    1
      react/features/desktop-picker/components/DesktopPickerPane.js
  17. 1
    1
      react/features/desktop-picker/components/DesktopSourcePreview.js
  18. 1
    1
      react/features/device-selection/components/AudioInputPreview.js
  19. 1
    1
      react/features/device-selection/components/AudioOutputPreview.js
  20. 1
    1
      react/features/device-selection/components/DeviceSelectionDialog.js
  21. 1
    1
      react/features/device-selection/components/DeviceSelector.js
  22. 1
    1
      react/features/device-selection/components/VideoInputPreview.js
  23. 1
    1
      react/features/dial-out/components/CountryIcon.js
  24. 1
    1
      react/features/dial-out/components/DialOutDialog.web.js
  25. 1
    1
      react/features/dial-out/components/DialOutNumbersForm.web.js
  26. 1
    1
      react/features/filmstrip/components/Filmstrip.native.js
  27. 1
    1
      react/features/filmstrip/components/Thumbnail.js
  28. 1
    1
      react/features/invite/components/AddPasswordForm.js
  29. 1
    1
      react/features/invite/components/DialInNumbersForm.js
  30. 1
    1
      react/features/invite/components/InviteDialog.js
  31. 1
    1
      react/features/invite/components/LockStatePanel.js
  32. 1
    1
      react/features/invite/components/PasswordContainer.js
  33. 1
    1
      react/features/invite/components/RemovePasswordForm.js
  34. 1
    1
      react/features/invite/components/ShareLinkForm.js
  35. 1
    1
      react/features/large-video/components/LargeVideo.native.js
  36. 1
    1
      react/features/overlay/components/AbstractPageReloadOverlay.js
  37. 1
    1
      react/features/overlay/components/FilmstripOnlyOverlayFrame.js
  38. 1
    1
      react/features/overlay/components/OverlayContainer.js
  39. 1
    1
      react/features/overlay/components/OverlayFrame.js
  40. 1
    1
      react/features/overlay/components/PageReloadFilmstripOnlyOverlay.js
  41. 1
    1
      react/features/overlay/components/PageReloadOverlay.js
  42. 1
    1
      react/features/overlay/components/ReloadButton.js
  43. 1
    1
      react/features/overlay/components/ReloadTimer.js
  44. 1
    1
      react/features/overlay/components/SuspendedFilmstripOnlyOverlay.js
  45. 1
    1
      react/features/overlay/components/SuspendedOverlay.js
  46. 1
    1
      react/features/overlay/components/UserMediaPermissionsFilmstripOnlyOverlay.js
  47. 1
    1
      react/features/overlay/components/UserMediaPermissionsOverlay.js
  48. 1
    1
      react/features/remote-control/components/RemoteControlAuthorizationDialog.js
  49. 1
    1
      react/features/room-lock/components/PasswordRequiredPrompt.native.js
  50. 1
    1
      react/features/room-lock/components/PasswordRequiredPrompt.web.js
  51. 1
    1
      react/features/room-lock/components/RoomLockPrompt.native.js
  52. 1
    1
      react/features/speaker-stats/components/SpeakerStats.js
  53. 1
    1
      react/features/speaker-stats/components/SpeakerStatsItem.js
  54. 1
    1
      react/features/speaker-stats/components/SpeakerStatsLabels.js
  55. 1
    1
      react/features/speaker-stats/components/TimeElapsed.js
  56. 1
    1
      react/features/toolbox/components/AbstractToolbarButton.js
  57. 1
    1
      react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js
  58. 1
    1
      react/features/unsupported-browser/components/UnsupportedMobileBrowser.js
  59. 1
    1
      react/features/video-status-label/components/VideoStatusLabel.js
  60. 1
    1
      react/features/welcome/components/AbstractWelcomePage.js

+ 1
- 1
react/features/app/components/AbstractApp.js View File

39
          * The URL, if any, with which the app was launched.
39
          * The URL, if any, with which the app was launched.
40
          */
40
          */
41
         url: React.PropTypes.string
41
         url: React.PropTypes.string
42
-    }
42
+    };
43
 
43
 
44
     /**
44
     /**
45
      * Initializes a new AbstractApp instance.
45
      * Initializes a new AbstractApp instance.

+ 1
- 1
react/features/base/dialog/components/AbstractDialog.js View File

64
          * the latter is unused.
64
          * the latter is unused.
65
          */
65
          */
66
         titleString: React.PropTypes.string
66
         titleString: React.PropTypes.string
67
-    }
67
+    };
68
 
68
 
69
     /**
69
     /**
70
      * Initializes a new Dialog instance.
70
      * Initializes a new Dialog instance.

+ 1
- 1
react/features/base/dialog/components/Dialog.native.js View File

21
          * I18n key to put as body title.
21
          * I18n key to put as body title.
22
          */
22
          */
23
         bodyKey: React.PropTypes.string
23
         bodyKey: React.PropTypes.string
24
-    }
24
+    };
25
 
25
 
26
     /**
26
     /**
27
      * Implements React's {@link Component#render()}.
27
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/dialog/components/Dialog.web.js View File

38
          * - string value for percentage
38
          * - string value for percentage
39
          */
39
          */
40
         width: React.PropTypes.string
40
         width: React.PropTypes.string
41
-    }
41
+    };
42
 
42
 
43
     /**
43
     /**
44
      * Implements React's {@link Component#render()}.
44
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/dialog/components/DialogContainer.js View File

23
          * The props to pass to the component that will be rendered.
23
          * The props to pass to the component that will be rendered.
24
          */
24
          */
25
         _componentProps: React.PropTypes.object
25
         _componentProps: React.PropTypes.object
26
-    }
26
+    };
27
 
27
 
28
     /**
28
     /**
29
      * Implements React's {@link Component#render()}.
29
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/media/components/AbstractVideoTrack.js View File

27
          * Video class for React Native.
27
          * Video class for React Native.
28
          */
28
          */
29
         zOrder: React.PropTypes.number
29
         zOrder: React.PropTypes.number
30
-    }
30
+    };
31
 
31
 
32
     /**
32
     /**
33
      * Initializes a new AbstractVideoTrack instance.
33
      * Initializes a new AbstractVideoTrack instance.

+ 1
- 1
react/features/base/media/components/native/Audio.js View File

13
     static propTypes = {
13
     static propTypes = {
14
         muted: React.PropTypes.bool,
14
         muted: React.PropTypes.bool,
15
         stream: React.PropTypes.object
15
         stream: React.PropTypes.object
16
-    }
16
+    };
17
 
17
 
18
     /**
18
     /**
19
      * Implements React's {@link Component#render()}.
19
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/media/components/native/Video.js View File

43
          * 1 for the local video(s) which appear above the remote video(s).
43
          * 1 for the local video(s) which appear above the remote video(s).
44
          */
44
          */
45
         zOrder: React.PropTypes.number
45
         zOrder: React.PropTypes.number
46
-    }
46
+    };
47
 
47
 
48
     /**
48
     /**
49
      * React Component method that executes once component is mounted.
49
      * React Component method that executes once component is mounted.

+ 1
- 1
react/features/base/participants/components/Avatar.native.js View File

17
          */
17
          */
18
         style: React.PropTypes.object,
18
         style: React.PropTypes.object,
19
         uri: React.PropTypes.string
19
         uri: React.PropTypes.string
20
-    }
20
+    };
21
 
21
 
22
     /**
22
     /**
23
      * Initializes a new Avatar instance.
23
      * Initializes a new Avatar instance.

+ 1
- 1
react/features/base/participants/components/Avatar.web.js View File

16
          * @type {string}
16
          * @type {string}
17
          */
17
          */
18
         uri: React.PropTypes.string
18
         uri: React.PropTypes.string
19
-    }
19
+    };
20
 
20
 
21
     /**
21
     /**
22
      * Implements React's {@link Component#render()}.
22
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/participants/components/ParticipantView.native.js View File

86
          * Video class for React Native.
86
          * Video class for React Native.
87
          */
87
          */
88
         zOrder: React.PropTypes.number
88
         zOrder: React.PropTypes.number
89
-    }
89
+    };
90
 
90
 
91
     /**
91
     /**
92
      * Implements React's {@link Component#render()}.
92
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/base/react/components/AbstractContainer.js View File

39
          * instance is to be hidden or not rendered at all.
39
          * instance is to be hidden or not rendered at all.
40
          */
40
          */
41
         visible: React.PropTypes.bool
41
         visible: React.PropTypes.bool
42
-    }
42
+    };
43
 
43
 
44
     /**
44
     /**
45
      * Renders this AbstractContainer as a React Component of a specific type.
45
      * Renders this AbstractContainer as a React Component of a specific type.

+ 1
- 1
react/features/base/react/components/Link.native.js View File

31
          * The URL to be opened when this Link is clicked/pressed.
31
          * The URL to be opened when this Link is clicked/pressed.
32
          */
32
          */
33
         url: React.PropTypes.string
33
         url: React.PropTypes.string
34
-    }
34
+    };
35
 
35
 
36
     /**
36
     /**
37
      * Initializes a new Link instance.
37
      * Initializes a new Link instance.

+ 1
- 1
react/features/conference/components/Conference.web.js View File

26
      */
26
      */
27
     static propTypes = {
27
     static propTypes = {
28
         dispatch: React.PropTypes.func
28
         dispatch: React.PropTypes.func
29
-    }
29
+    };
30
 
30
 
31
     /**
31
     /**
32
      * Until we don't rewrite UI using react components
32
      * Until we don't rewrite UI using react components

+ 1
- 1
react/features/desktop-picker/components/DesktopPicker.js View File

73
          * Used to obtain translations.
73
          * Used to obtain translations.
74
          */
74
          */
75
         t: React.PropTypes.func
75
         t: React.PropTypes.func
76
-    }
76
+    };
77
 
77
 
78
     /**
78
     /**
79
      * Initializes a new DesktopPicker instance.
79
      * Initializes a new DesktopPicker instance.

+ 1
- 1
react/features/desktop-picker/components/DesktopPickerPane.js View File

39
          * The source type of the DesktopCapturerSources to display.
39
          * The source type of the DesktopCapturerSources to display.
40
          */
40
          */
41
         type: React.PropTypes.string
41
         type: React.PropTypes.string
42
-    }
42
+    };
43
 
43
 
44
     /**
44
     /**
45
      * Implements React's {@link Component#render()}.
45
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/desktop-picker/components/DesktopSourcePreview.js View File

35
          * The DesktopCapturerSource to display.
35
          * The DesktopCapturerSource to display.
36
          */
36
          */
37
         source: React.PropTypes.object
37
         source: React.PropTypes.object
38
-    }
38
+    };
39
 
39
 
40
     /**
40
     /**
41
      * Initializes a new DesktopSourcePreview instance.
41
      * Initializes a new DesktopSourcePreview instance.

+ 1
- 1
react/features/device-selection/components/AudioInputPreview.js View File

16
          * The JitsiLocalTrack to show an audio level meter for.
16
          * The JitsiLocalTrack to show an audio level meter for.
17
          */
17
          */
18
         track: React.PropTypes.object
18
         track: React.PropTypes.object
19
-    }
19
+    };
20
 
20
 
21
     /**
21
     /**
22
      * Initializes a new AudioInputPreview instance.
22
      * Initializes a new AudioInputPreview instance.

+ 1
- 1
react/features/device-selection/components/AudioOutputPreview.js View File

25
          * Invoked to obtain translated strings.
25
          * Invoked to obtain translated strings.
26
          */
26
          */
27
         t: React.PropTypes.func
27
         t: React.PropTypes.func
28
-    }
28
+    };
29
 
29
 
30
     /**
30
     /**
31
      * Initializes a new AudioOutputPreview instance.
31
      * Initializes a new AudioOutputPreview instance.

+ 1
- 1
react/features/device-selection/components/DeviceSelectionDialog.js View File

102
          * Invoked to obtain translated strings.
102
          * Invoked to obtain translated strings.
103
          */
103
          */
104
         t: React.PropTypes.func
104
         t: React.PropTypes.func
105
-    }
105
+    };
106
 
106
 
107
     /**
107
     /**
108
      * Initializes a new DeviceSelectionDialog instance.
108
      * Initializes a new DeviceSelectionDialog instance.

+ 1
- 1
react/features/device-selection/components/DeviceSelector.js View File

58
          * Invoked to obtain translated strings.
58
          * Invoked to obtain translated strings.
59
          */
59
          */
60
         t: React.PropTypes.func
60
         t: React.PropTypes.func
61
-    }
61
+    };
62
 
62
 
63
     /**
63
     /**
64
      * Initializes a new DeviceSelector instance.
64
      * Initializes a new DeviceSelector instance.

+ 1
- 1
react/features/device-selection/components/VideoInputPreview.js View File

32
          * The JitsiLocalTrack to display.
32
          * The JitsiLocalTrack to display.
33
          */
33
          */
34
         track: React.PropTypes.object
34
         track: React.PropTypes.object
35
-    }
35
+    };
36
 
36
 
37
     /**
37
     /**
38
      * Initializes a new VideoInputPreview instance.
38
      * Initializes a new VideoInputPreview instance.

+ 1
- 1
react/features/dial-out/components/CountryIcon.js View File

19
          * The 2-letter country code.
19
          * The 2-letter country code.
20
          */
20
          */
21
         countryCode: React.PropTypes.string
21
         countryCode: React.PropTypes.string
22
-    }
22
+    };
23
 
23
 
24
     /**
24
     /**
25
      * Implements React's {@link Component#render()}.
25
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/dial-out/components/DialOutDialog.web.js View File

43
          * Invoked to obtain translated strings.
43
          * Invoked to obtain translated strings.
44
          */
44
          */
45
         t: React.PropTypes.func
45
         t: React.PropTypes.func
46
-    }
46
+    };
47
 
47
 
48
     /**
48
     /**
49
      * Initializes a new {@code DialOutNumbersForm} instance.
49
      * Initializes a new {@code DialOutNumbersForm} instance.

+ 1
- 1
react/features/dial-out/components/DialOutNumbersForm.web.js View File

57
          * Invoked to send an ajax request for dial-out codes.
57
          * Invoked to send an ajax request for dial-out codes.
58
          */
58
          */
59
         updateDialOutCodes: React.PropTypes.func
59
         updateDialOutCodes: React.PropTypes.func
60
-    }
60
+    };
61
 
61
 
62
     /**
62
     /**
63
      * Initializes a new {@code DialOutNumbersForm} instance.
63
      * Initializes a new {@code DialOutNumbersForm} instance.

+ 1
- 1
react/features/filmstrip/components/Filmstrip.native.js View File

37
          * @type {boolean}
37
          * @type {boolean}
38
          */
38
          */
39
         _visible: React.PropTypes.bool.isRequired
39
         _visible: React.PropTypes.bool.isRequired
40
-    }
40
+    };
41
 
41
 
42
     /**
42
     /**
43
      * Implements React's {@link Component#render()}.
43
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/filmstrip/components/Thumbnail.js View File

34
         _videoTrack: React.PropTypes.object,
34
         _videoTrack: React.PropTypes.object,
35
         dispatch: React.PropTypes.func,
35
         dispatch: React.PropTypes.func,
36
         participant: React.PropTypes.object
36
         participant: React.PropTypes.object
37
-    }
37
+    };
38
 
38
 
39
     /**
39
     /**
40
      * Initializes new Video Thumbnail component.
40
      * Initializes new Video Thumbnail component.

+ 1
- 1
react/features/invite/components/AddPasswordForm.js View File

30
          * Invoked to obtain translated strings.
30
          * Invoked to obtain translated strings.
31
          */
31
          */
32
         t: React.PropTypes.func
32
         t: React.PropTypes.func
33
-    }
33
+    };
34
 
34
 
35
     /**
35
     /**
36
      * Initializes a new {@code AddPasswordForm} instance.
36
      * Initializes a new {@code AddPasswordForm} instance.

+ 1
- 1
react/features/invite/components/DialInNumbersForm.js View File

50
          * Invoked to obtain translated strings.
50
          * Invoked to obtain translated strings.
51
          */
51
          */
52
         t: React.PropTypes.func
52
         t: React.PropTypes.func
53
-    }
53
+    };
54
 
54
 
55
     /**
55
     /**
56
      * Initializes a new {@code DialInNumbersForm} instance.
56
      * Initializes a new {@code DialInNumbersForm} instance.

+ 1
- 1
react/features/invite/components/InviteDialog.js View File

45
          * Invoked to obtain translated strings.
45
          * Invoked to obtain translated strings.
46
          */
46
          */
47
         t: React.PropTypes.func
47
         t: React.PropTypes.func
48
-    }
48
+    };
49
 
49
 
50
     /**
50
     /**
51
      * Reports an analytics event for the invite modal being closed.
51
      * Reports an analytics event for the invite modal being closed.

+ 1
- 1
react/features/invite/components/LockStatePanel.js View File

21
          * Invoked to obtain translated strings.
21
          * Invoked to obtain translated strings.
22
          */
22
          */
23
         t: React.PropTypes.func
23
         t: React.PropTypes.func
24
-    }
24
+    };
25
 
25
 
26
     /**
26
     /**
27
      * Implements React's {@link Component#render()}.
27
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/invite/components/PasswordContainer.js View File

46
          * Invoked to obtain translated strings.
46
          * Invoked to obtain translated strings.
47
          */
47
          */
48
         t: React.PropTypes.func
48
         t: React.PropTypes.func
49
-    }
49
+    };
50
 
50
 
51
     /**
51
     /**
52
      * Initializes a new {@code PasswordContainer} instance.
52
      * Initializes a new {@code PasswordContainer} instance.

+ 1
- 1
react/features/invite/components/RemovePasswordForm.js View File

40
          * Invoked to obtain translated strings.
40
          * Invoked to obtain translated strings.
41
          */
41
          */
42
         t: React.PropTypes.func
42
         t: React.PropTypes.func
43
-    }
43
+    };
44
 
44
 
45
     /**
45
     /**
46
      * Initializes a new {@code RemovePasswordForm} instance.
46
      * Initializes a new {@code RemovePasswordForm} instance.

+ 1
- 1
react/features/invite/components/ShareLinkForm.js View File

24
          * The value to be displayed and copied into the clipboard.
24
          * The value to be displayed and copied into the clipboard.
25
          */
25
          */
26
         toCopy: React.PropTypes.string
26
         toCopy: React.PropTypes.string
27
-    }
27
+    };
28
 
28
 
29
     /**
29
     /**
30
      * Initializes a new {@code ShareLinkForm} instance.
30
      * Initializes a new {@code ShareLinkForm} instance.

+ 1
- 1
react/features/large-video/components/LargeVideo.native.js View File

26
          * @private
26
          * @private
27
          */
27
          */
28
         _participantId: React.PropTypes.string
28
         _participantId: React.PropTypes.string
29
-    }
29
+    };
30
 
30
 
31
     /**
31
     /**
32
      * Implements React's {@link Component#render()}.
32
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/AbstractPageReloadOverlay.js View File

37
          * @type {string}
37
          * @type {string}
38
          */
38
          */
39
         reason: React.PropTypes.string
39
         reason: React.PropTypes.string
40
-    }
40
+    };
41
 
41
 
42
     /**
42
     /**
43
      * Initializes a new AbstractPageReloadOverlay instance.
43
      * Initializes a new AbstractPageReloadOverlay instance.

+ 1
- 1
react/features/overlay/components/FilmstripOnlyOverlayFrame.js View File

51
          * @type {boolean}
51
          * @type {boolean}
52
          */
52
          */
53
         isLightOverlay: React.PropTypes.bool
53
         isLightOverlay: React.PropTypes.bool
54
-    }
54
+    };
55
 
55
 
56
     /**
56
     /**
57
      * Renders content related to the icon.
57
      * Renders content related to the icon.

+ 1
- 1
react/features/overlay/components/OverlayContainer.js View File

97
          * @type {string}
97
          * @type {string}
98
          */
98
          */
99
         _suspendDetected: React.PropTypes.bool
99
         _suspendDetected: React.PropTypes.bool
100
-    }
100
+    };
101
 
101
 
102
     /**
102
     /**
103
      * Initializes a new ReloadTimer instance.
103
      * Initializes a new ReloadTimer instance.

+ 1
- 1
react/features/overlay/components/OverlayFrame.js View File

24
          * @type {boolean}
24
          * @type {boolean}
25
          */
25
          */
26
         isLightOverlay: React.PropTypes.bool
26
         isLightOverlay: React.PropTypes.bool
27
-    }
27
+    };
28
 
28
 
29
     /**
29
     /**
30
      * Initializes a new AbstractOverlay instance.
30
      * Initializes a new AbstractOverlay instance.

+ 1
- 1
react/features/overlay/components/PageReloadFilmstripOnlyOverlay.js View File

26
          * @type {Function}
26
          * @type {Function}
27
          */
27
          */
28
         t: React.PropTypes.func
28
         t: React.PropTypes.func
29
-    }
29
+    };
30
 
30
 
31
     /**
31
     /**
32
      * Implements React's {@link Component#render()}.
32
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/PageReloadOverlay.js View File

26
          * @type {Function}
26
          * @type {Function}
27
          */
27
          */
28
         t: React.PropTypes.func
28
         t: React.PropTypes.func
29
-    }
29
+    };
30
 
30
 
31
     /**
31
     /**
32
      * Implements React's {@link Component#render()}.
32
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/ReloadButton.js View File

29
          * @type {string}
29
          * @type {string}
30
          */
30
          */
31
         textKey: React.PropTypes.string.isRequired
31
         textKey: React.PropTypes.string.isRequired
32
-    }
32
+    };
33
 
33
 
34
     /**
34
     /**
35
      * Renders the button for relaod the page if necessary.
35
      * Renders the button for relaod the page if necessary.

+ 1
- 1
react/features/overlay/components/ReloadTimer.js View File

63
          * @type {Function}
63
          * @type {Function}
64
          */
64
          */
65
         t: React.PropTypes.func
65
         t: React.PropTypes.func
66
-    }
66
+    };
67
 
67
 
68
     /**
68
     /**
69
      * Initializes a new ReloadTimer instance.
69
      * Initializes a new ReloadTimer instance.

+ 1
- 1
react/features/overlay/components/SuspendedFilmstripOnlyOverlay.js View File

23
          * @type {Function}
23
          * @type {Function}
24
          */
24
          */
25
         t: React.PropTypes.func
25
         t: React.PropTypes.func
26
-    }
26
+    };
27
 
27
 
28
     /**
28
     /**
29
      * Implements React's {@link Component#render()}.
29
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/SuspendedOverlay.js View File

23
          * @type {Function}
23
          * @type {Function}
24
          */
24
          */
25
         t: React.PropTypes.func
25
         t: React.PropTypes.func
26
-    }
26
+    };
27
 
27
 
28
     /**
28
     /**
29
      * Implements React's {@link Component#render()}.
29
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/UserMediaPermissionsFilmstripOnlyOverlay.js View File

31
          * @type {Function}
31
          * @type {Function}
32
          */
32
          */
33
         t: React.PropTypes.func
33
         t: React.PropTypes.func
34
-    }
34
+    };
35
 
35
 
36
     /**
36
     /**
37
      * Implements React's {@link Component#render()}.
37
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/overlay/components/UserMediaPermissionsOverlay.js View File

33
          * @type {Function}
33
          * @type {Function}
34
          */
34
          */
35
         t: React.PropTypes.func
35
         t: React.PropTypes.func
36
-    }
36
+    };
37
 
37
 
38
     /**
38
     /**
39
      * Initializes a new SuspendedOverlay instance.
39
      * Initializes a new SuspendedOverlay instance.

+ 1
- 1
react/features/remote-control/components/RemoteControlAuthorizationDialog.js View File

45
          * Invoked to obtain translated strings.
45
          * Invoked to obtain translated strings.
46
          */
46
          */
47
         t: React.PropTypes.func
47
         t: React.PropTypes.func
48
-    }
48
+    };
49
 
49
 
50
     /**
50
     /**
51
      * Initializes a new RemoteControlAuthorizationDialog instance.
51
      * Initializes a new RemoteControlAuthorizationDialog instance.

+ 1
- 1
react/features/room-lock/components/PasswordRequiredPrompt.native.js View File

22
          */
22
          */
23
         conference: React.PropTypes.object,
23
         conference: React.PropTypes.object,
24
         dispatch: React.PropTypes.func
24
         dispatch: React.PropTypes.func
25
-    }
25
+    };
26
 
26
 
27
     /**
27
     /**
28
      * Initializes a new PasswordRequiredPrompt instance.
28
      * Initializes a new PasswordRequiredPrompt instance.

+ 1
- 1
react/features/room-lock/components/PasswordRequiredPrompt.web.js View File

29
         conference: React.PropTypes.object,
29
         conference: React.PropTypes.object,
30
         dispatch: React.PropTypes.func,
30
         dispatch: React.PropTypes.func,
31
         t: React.PropTypes.func
31
         t: React.PropTypes.func
32
-    }
32
+    };
33
 
33
 
34
     /**
34
     /**
35
      * Initializes a new PasswordRequiredPrompt instance.
35
      * Initializes a new PasswordRequiredPrompt instance.

+ 1
- 1
react/features/room-lock/components/RoomLockPrompt.native.js View File

22
          */
22
          */
23
         conference: React.PropTypes.object,
23
         conference: React.PropTypes.object,
24
         dispatch: React.PropTypes.func
24
         dispatch: React.PropTypes.func
25
-    }
25
+    };
26
 
26
 
27
     /**
27
     /**
28
      * Initializes a new RoomLockPrompt instance.
28
      * Initializes a new RoomLockPrompt instance.

+ 1
- 1
react/features/speaker-stats/components/SpeakerStats.js View File

28
          * The function to translate human-readable text.
28
          * The function to translate human-readable text.
29
          */
29
          */
30
         t: React.PropTypes.func
30
         t: React.PropTypes.func
31
-    }
31
+    };
32
 
32
 
33
     /**
33
     /**
34
      * Initializes a new SpeakerStats instance.
34
      * Initializes a new SpeakerStats instance.

+ 1
- 1
react/features/speaker-stats/components/SpeakerStatsItem.js View File

33
          * True if the participant is currently the dominant speaker.
33
          * True if the participant is currently the dominant speaker.
34
          */
34
          */
35
         isDominantSpeaker: React.PropTypes.bool
35
         isDominantSpeaker: React.PropTypes.bool
36
-    }
36
+    };
37
 
37
 
38
     /**
38
     /**
39
      * Implements React's {@link Component#render()}.
39
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/speaker-stats/components/SpeakerStatsLabels.js View File

18
          * The function to translate human-readable text.
18
          * The function to translate human-readable text.
19
          */
19
          */
20
         t: React.PropTypes.func
20
         t: React.PropTypes.func
21
-    }
21
+    };
22
 
22
 
23
     /**
23
     /**
24
      * Implements React's {@link Component#render()}.
24
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/speaker-stats/components/TimeElapsed.js View File

25
          * The milliseconds to be converted into a human-readable format.
25
          * The milliseconds to be converted into a human-readable format.
26
          */
26
          */
27
         time: React.PropTypes.number
27
         time: React.PropTypes.number
28
-    }
28
+    };
29
 
29
 
30
     /**
30
     /**
31
      * Implements React's {@link Component#render()}.
31
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/toolbox/components/AbstractToolbarButton.js View File

40
          * The color underlaying the button.
40
          * The color underlaying the button.
41
          */
41
          */
42
         underlayColor: React.PropTypes.any
42
         underlayColor: React.PropTypes.any
43
-    }
43
+    };
44
 
44
 
45
     /**
45
     /**
46
      * Implements React's {@link Component#render()}.
46
      * Implements React's {@link Component#render()}.

+ 1
- 1
react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js View File

35
          * @type {Function}
35
          * @type {Function}
36
          */
36
          */
37
         t: React.PropTypes.func
37
         t: React.PropTypes.func
38
-    }
38
+    };
39
 
39
 
40
     /**
40
     /**
41
      * Renders the component.
41
      * Renders the component.

+ 1
- 1
react/features/unsupported-browser/components/UnsupportedMobileBrowser.js View File

66
          * @type {Function}
66
          * @type {Function}
67
          */
67
          */
68
         t: React.PropTypes.func
68
         t: React.PropTypes.func
69
-    }
69
+    };
70
 
70
 
71
     /**
71
     /**
72
      * Initializes the text and URL of the `Start a conference` / `Join the
72
      * Initializes the text and URL of the `Start a conference` / `Join the

+ 1
- 1
react/features/video-status-label/components/VideoStatusLabel.js View File

54
          * Invoked to obtain translated strings.
54
          * Invoked to obtain translated strings.
55
          */
55
          */
56
         t: React.PropTypes.func
56
         t: React.PropTypes.func
57
-    }
57
+    };
58
 
58
 
59
     /**
59
     /**
60
      * Initializes a new {@code VideoStatusLabel} instance.
60
      * Initializes a new {@code VideoStatusLabel} instance.

+ 1
- 1
react/features/welcome/components/AbstractWelcomePage.js View File

22
         _localVideoTrack: React.PropTypes.object,
22
         _localVideoTrack: React.PropTypes.object,
23
         _room: React.PropTypes.string,
23
         _room: React.PropTypes.string,
24
         dispatch: React.PropTypes.func
24
         dispatch: React.PropTypes.func
25
-    }
25
+    };
26
 
26
 
27
     /**
27
     /**
28
      * Initializes a new AbstractWelcomePage instance, including the initial
28
      * Initializes a new AbstractWelcomePage instance, including the initial

Loading…
Cancel
Save