Skip to content

Commit 3b8759d

Browse files
committed
translate live-timer
1 parent 1f34be6 commit 3b8759d

File tree

1 file changed

+1
-1
lines changed
  • 8-web-components/2-custom-elements/1-live-timer/solution.view

1 file changed

+1
-1
lines changed

8-web-components/2-custom-elements/1-live-timer/solution.view/live-timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LiveTimer extends HTMLElement {
2424
}
2525

2626
disconnectedCallback() {
27-
clearInterval(this.timer); // important to let the element be garbage-collected
27+
clearInterval(this.timer); // importante para deixar o elemento ser coletado como lixo
2828
}
2929

3030
}

0 commit comments

Comments
 (0)