unused Date
object
This commit is contained in:
parent
c55bef46dd
commit
f7dc74d508
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class extends Vue {
|
||||||
public string_repr = "";
|
public string_repr = "";
|
||||||
|
|
||||||
private get target_date_ms(): number {
|
private get target_date_ms(): number {
|
||||||
return new Date(Date.now() + this.millis).getTime();
|
return Date.now() + this.millis;
|
||||||
}
|
}
|
||||||
|
|
||||||
private tick(): void {
|
private tick(): void {
|
||||||
|
|
Loading…
Reference in a new issue