Browse Source

[RN] Add ability to enable /disable the toolbox (Coding style: comments, consistency)

master
Lyubo Marinov 7 years ago
parent
commit
a370a88d19
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/toolbox/components/Toolbox.native.js

+ 2
- 2
react/features/toolbox/components/Toolbox.native.js View File

@@ -66,7 +66,7 @@ class Toolbox extends Component {
66 66
         _audioOnly: PropTypes.bool,
67 67
 
68 68
         /**
69
-         * Flag showing whether the toolbox is enabled or not.
69
+         * The indicator which determines whether the toolbox is enabled.
70 70
          */
71 71
         _enabled: PropTypes.bool,
72 72
 
@@ -465,7 +465,7 @@ function _mapStateToProps(state) {
465 465
         _audioOnly: Boolean(conference.audioOnly),
466 466
 
467 467
         /**
468
-         * The indicator which determines whether the toolbox is enabled or not.
468
+         * The indicator which determines whether the toolbox is enabled.
469 469
          *
470 470
          * @private
471 471
          * @type {boolean}

Loading…
Cancel
Save