mirror of https://github.com/vector-im/riot-web
strip out cruft
parent
ffb0dc78b8
commit
5f970edac5
|
@ -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() {
|
||||
this.setState({logged_in: true});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue