typo error in click event
This commit is contained in:
parent
f03c7a1692
commit
628b2abba1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export class Timer {
|
|||
self.pauseButton2.addEventListener("click", () => {
|
||||
alert("All this effort for nothing");
|
||||
});
|
||||
self.pauseButton1.addEventListener("cilck", () => {
|
||||
self.pauseButton1.addEventListener("click", () => {
|
||||
alert("All this effort for nothing");
|
||||
});
|
||||
self.timeRunning = false;
|
||||
|
|
Loading…
Reference in a new issue