mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Re-add setInterval
This commit is contained in:
parent
19daf3bc44
commit
f881fda146
@ -78,7 +78,7 @@ var Unleash = React.createClass({
|
||||
|
||||
componentDidMount: function () {
|
||||
this.loadFeaturesFromServer();
|
||||
// setInterval(this.loadFeaturesFromServer, this.props.pollInterval);
|
||||
setInterval(this.loadFeaturesFromServer, this.props.pollInterval);
|
||||
},
|
||||
|
||||
loadFeaturesFromServer: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user