1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00
This commit is contained in:
ddejongh 2015-05-29 09:13:00 +02:00
parent c3ea9aecbe
commit 61342a55e8

View File

@ -10,11 +10,6 @@ let AlertMixin = {
}.bind(this) }.bind(this)
); );
this.setState({alerts: alerts, retry: this.state.retry + 1}); this.setState({alerts: alerts, retry: this.state.retry + 1});
},
hideAlerts(){
for (alert in this.state.alerts){
alert.hide();
}
} }
}; };