1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Re-add setInterval

This commit is contained in:
Jari Bakken 2014-10-24 10:41:16 +02:00 committed by Ivar Conradi Østhus
parent 19daf3bc44
commit f881fda146

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