Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2100c8d

Browse files
Merge pull request #60 from MagiCarbon/patch-1
okay, it's boring.
2 parents 618cd22 + d9c4928 commit 2100c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/greeter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export class Greeter
2020

2121
stop()
2222
{
23-
clearTimeout(this.timerToken);
23+
clearInterval(this.timerToken);
2424
}
2525
}

0 commit comments

Comments
 (0)