mirror of https://github.com/vector-im/riot-web
semicolon
parent
f035b8c50e
commit
485343864c
|
@ -77,7 +77,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_delayedUpdate: new rate_limited_func(function() {
|
||||
this.forceUpdate()
|
||||
this.forceUpdate();
|
||||
}, 500),
|
||||
|
||||
onAction: function(payload) {
|
||||
|
|
Loading…
Reference in New Issue