Merge branch 'dbkr/rate_limit_funcs' into develop

This commit is contained in:
David Baker 2016-02-05 10:58:18 +00:00
commit 01bfb67b5b

View File

@ -77,7 +77,7 @@ module.exports = React.createClass({
},
_delayedUpdate: new rate_limited_func(function() {
this.forceUpdate()
this.forceUpdate();
}, 500),
onAction: function(payload) {