Skip to content

Commit 0181348

Browse files
lukasnysLukas Nys
andauthored
Remove irrelevant change from tutorial (sveltejs#241)
Co-authored-by: Lukas Nys <[email protected]>
1 parent 91419e2 commit 0181348

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/07-lifecycle/02-ondestroy/app-b/src/lib

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/07-lifecycle/02-ondestroy/app-b/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
import Timer from './Timer.svelte';
33
4-
let open = true;
4+
let open = false;
55
let seconds = 0;
66
77
const toggle = () => (open = !open);

0 commit comments

Comments
 (0)