mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
strip out cruft
This commit is contained in:
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
Block a user