don't know why I'm even tracking mounted state. Never refd

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-05-19 00:20:51 +01:00
parent 0e7e4d8595
commit bf0fe63759
1 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@ module.exports = React.createClass({
}, },
componentWillMount: function() { componentWillMount: function() {
this._unmounted = false;
dis.dispatch({ dis.dispatch({
action: 'ui_opacity', action: 'ui_opacity',
leftOpacity: 1.0, leftOpacity: 1.0,
@ -48,8 +46,6 @@ module.exports = React.createClass({
}, },
componentWillUnmount: function() { componentWillUnmount: function() {
this._unmounted = true;
dis.dispatch({ dis.dispatch({
action: 'ui_opacity', action: 'ui_opacity',
sideOpacity: 1.0, sideOpacity: 1.0,