mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Re-add setInterval
This commit is contained in:
parent
bb2c4b63d8
commit
a452e477f9
@ -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