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

This commit is contained in:
Lyubo Marinov
2018-02-12 11:49:45 -06:00
parent 7153d94dad
commit a370a88d19

View File

@@ -66,7 +66,7 @@ class Toolbox extends Component {
_audioOnly: PropTypes.bool,
/**
* Flag showing whether the toolbox is enabled or not.
* The indicator which determines whether the toolbox is enabled.
*/
_enabled: PropTypes.bool,
@@ -465,7 +465,7 @@ function _mapStateToProps(state) {
_audioOnly: Boolean(conference.audioOnly),
/**
* The indicator which determines whether the toolbox is enabled or not.
* The indicator which determines whether the toolbox is enabled.
*
* @private
* @type {boolean}