whitespace
This commit is contained in:
parent
0e0128c297
commit
f83411ea0b
1 changed files with 1 additions and 1 deletions
|
@ -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 */},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue