strip out cruft
This commit is contained in:
@@ -16,16 +16,6 @@ module.exports = React.createClass({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
/*componentWillMount: function() {
|
|
||||||
var that = this;
|
|
||||||
this.dispatcherRef = dis.register(function(payload) {
|
|
||||||
switch(payload.action) {
|
|
||||||
case 'logged_in':
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},*/
|
|
||||||
|
|
||||||
onLoggedIn: function() {
|
onLoggedIn: function() {
|
||||||
this.setState({logged_in: true});
|
this.setState({logged_in: true});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user