1
0
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:
Jari Bakken 2014-10-24 10:41:16 +02:00
parent bb2c4b63d8
commit a452e477f9

View File

@ -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 () {