1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

fix (some) lint warnings

This commit is contained in:
Bruno Windels
2019-01-07 16:33:23 +01:00
parent c2f6fc381c
commit aedc220b62
3 changed files with 9 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ Once a timer is finished or aborted, it can't be started again
a new one through `clone()` or `cloneIfRun()`.
*/
export default class Timer {
constructor(timeout) {
this._timeout = timeout;
this._onTimeout = this._onTimeout.bind(this);