From 44e1c2c0b646715cec4b27b5a6ab8fdac4633c18 Mon Sep 17 00:00:00 2001 From: Hunter Perrin <195918+hperrin@users.noreply.github.com> Date: Fri, 29 Mar 2019 20:11:40 -0700 Subject: [PATCH] Remove unused r variable. --- .../tutorial/06-bindings/11-bind-this/app-b/App.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/content/tutorial/06-bindings/11-bind-this/app-b/App.svelte b/site/content/tutorial/06-bindings/11-bind-this/app-b/App.svelte index eacd203629..be9bb3f7f8 100644 --- a/site/content/tutorial/06-bindings/11-bind-this/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/11-bind-this/app-b/App.svelte @@ -5,8 +5,6 @@ let ctx; let running = false; - const r = Math.random(); - onMount(() => { const ctx = canvas.getContext('2d'); let frame; @@ -56,4 +54,4 @@ bind:this={canvas} width={32} height={32} -> \ No newline at end of file +>