This commit is contained in:
ddejongh 2015-05-29 09:13:00 +02:00
parent c3ea9aecbe
commit 61342a55e8
1 changed files with 0 additions and 5 deletions

View File

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