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

Commit d9c4928

Browse files
committed
okay, it's boring.
1 parent 618cd22 commit d9c4928

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)