From 2fc8bfcf3e2e05adbca798ab29e1728136210282 Mon Sep 17 00:00:00 2001 From: Chuck Callebs Date: Sat, 27 Jul 2019 23:12:48 -0400 Subject: [PATCH] Fix bug on tutorial step 14d. Line 19 was accessing a "hovering" variable that hadn't been initialized in the top script tag. This just initializes the variable. --- .../tutorial/14-composition/04-slot-props/app-a/App.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/14-composition/04-slot-props/app-a/App.svelte b/site/content/tutorial/14-composition/04-slot-props/app-a/App.svelte index 65f714f2c5..be0ddc6506 100644 --- a/site/content/tutorial/14-composition/04-slot-props/app-a/App.svelte +++ b/site/content/tutorial/14-composition/04-slot-props/app-a/App.svelte @@ -1,5 +1,7 @@