1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00

whitespace

This commit is contained in:
Bruno Windels
2019-01-22 11:46:02 +01:00
parent 0e0128c297
commit f83411ea0b

View File

@@ -128,7 +128,7 @@ module.exports = React.createClass({
delayedStopTypingTimers[m.userId] = timer; delayedStopTypingTimers[m.userId] = timer;
timer.start(); timer.start();
timer.finished().then( timer.finished().then(
() => this._removeUserTimer(m.userId), //on elapsed () => this._removeUserTimer(m.userId), // on elapsed
() => {/* aborted */}, () => {/* aborted */},
); );
} }