Merge branch 'dbkr/rate_limit_funcs' into develop

pull/900/head
David Baker 2016-02-05 10:58:18 +00:00
commit 01bfb67b5b
1 changed files with 1 additions and 1 deletions

View File

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