Skip to content

Commit 94594eb

Browse files
authored
Merge pull request #1 from hperrin/patch-2
Remove unused r variable.
2 parents a85cc34 + 19f68f3 commit 94594eb

File tree

1 file changed

+1
-3
lines changed
  • site/content/tutorial/06-bindings/11-bind-this/app-b

1 file changed

+1
-3
lines changed

site/content/tutorial/06-bindings/11-bind-this/app-b/App.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
let ctx;
66
let running = false;
77
8-
const r = Math.random();
9-
108
onMount(() => {
119
const ctx = canvas.getContext('2d');
1210
let frame;
@@ -56,4 +54,4 @@
5654
bind:this={canvas}
5755
width={32}
5856
height={32}
59-
></canvas>
57+
></canvas>

0 commit comments

Comments
 (0)