1
0
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:
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 () { componentDidMount: function () {
this.loadFeaturesFromServer(); this.loadFeaturesFromServer();
// setInterval(this.loadFeaturesFromServer, this.props.pollInterval); setInterval(this.loadFeaturesFromServer, this.props.pollInterval);
}, },
loadFeaturesFromServer: function () { loadFeaturesFromServer: function () {