semicolon
This commit is contained in:
@@ -77,7 +77,7 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_delayedUpdate: new rate_limited_func(function() {
|
_delayedUpdate: new rate_limited_func(function() {
|
||||||
this.forceUpdate()
|
this.forceUpdate();
|
||||||
}, 500),
|
}, 500),
|
||||||
|
|
||||||
onAction: function(payload) {
|
onAction: function(payload) {
|
||||||
|
|||||||
Reference in New Issue
Block a user