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

Fix remaining warnings for enabled files

This commit is contained in:
J. Ryan Stinnett
2019-01-23 18:38:49 -06:00
parent 9470424bcb
commit 319369d1be
4 changed files with 7 additions and 6 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);