Remove redundant parameter initialisers
This commit is contained in:
parent
26bb7c08c2
commit
417f662ea7
3 changed files with 0 additions and 6 deletions
|
@ -33,7 +33,6 @@ export default class Timer {
|
|||
private reject: (Error) => void;
|
||||
|
||||
constructor(private timeout: number) {
|
||||
this.timeout = timeout;
|
||||
this.setNotStarted();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue